summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-10-13 21:03:48 +0000
committerKarl Berry <karl@freefriends.org>2018-10-13 21:03:48 +0000
commit74c7d8df3adb21b3f918d24512e227f66c75fdd9 (patch)
tree48546cf725a05279d1101addd74603125cc8a708 /Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
parent130fb6350db2aad61eca882f23ed963d1ea31821 (diff)
latexindent (13oct18)
git-svn-id: svn://tug.org/texlive/trunk@48905 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm')
-rw-r--r--Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
index 14e84d15c6d..4dd9ec1da57 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
@@ -19,6 +19,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.5.2';
-our $versionDate = '2018-10-06';
+our $versionNumber = '3.5.3';
+our $versionDate = '2018-10-13';
1