Skip to content

Commit

Permalink
bump version to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wtsnjp committed May 20, 2021
1 parent f5559e8 commit a16bef1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,13 @@ NEWS for texdoc
===============
(This file public domain.)

Version 3.3.1
-------------
- Support non-ascii username on Windows (patch by A. Kakuto)
- Better support for multiple doc trees
- Alias adjustments
- Documentation tweaks

Version 3.3 (TeX Live 2021)
===========================
- Show all possible config files for -vf
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -6,7 +6,7 @@ require 'optparse'
require 'date'

# basics
TEXDOC_VERSION = "3.3"
TEXDOC_VERSION = "3.3.1"
PKG_NAME = "texdoc-#{TEXDOC_VERSION}"
CTAN_MIRROR = "http://ctan.mirror.rafal.ca/systems/texlive/tlnet"

Expand Down
2 changes: 1 addition & 1 deletion doc/texdoc.tex
Expand Up @@ -8,7 +8,7 @@
\subtitle{Find \& view documentation in \TL}
\pkgurl{https://tug.org/texdoc/}
\author{Manuel Pégourié-Gonnard\and Takuto Asakura}
\date{v3.3\quad \today}
\date{v3.3.1\quad \today}

\begin{document}

Expand Down
4 changes: 2 additions & 2 deletions script/texdoclib-const.tlu
Expand Up @@ -22,8 +22,8 @@ end
-- progname and version
fullname = kpse.find_file('texdoc/texdoclib', 'lua')
progname = 'Texdoc'
version = '3.3'
release_date = '2021-03-17'
version = '3.3.1'
release_date = '2021-05-20'

-- make sure to update setup_config_from_cl() accordingly
-- and set a default value in setup_config_from_defaults() if relevant
Expand Down
4 changes: 2 additions & 2 deletions spec/support/shared_contexts/version_context.rb
@@ -1,4 +1,4 @@
shared_context "version" do
let(:version) { "3.3" }
let(:release_date) { "2021-03-17" }
let(:version) { "3.3.1" }
let(:release_date) { "2021-05-20" }
end

0 comments on commit a16bef1

Please sign in to comment.