summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-04-14 19:48:17 +0000
committerKarl Berry <karl@freefriends.org>2022-04-14 19:48:17 +0000
commit96b00a78469d97b34c7e89477725a37ab3fd32a1 (patch)
treeba28851cb504e6bf89c53af1151df2724b58c991 /Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
parentd3eb5a117030fe207ad30748d79b0bb0755529fd (diff)
latexindent (14apr22)
git-svn-id: svn://tug.org/texlive/trunk@63027 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.pm5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
index 4d47cc64e17..edbb6252aa5 100644
--- a/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
+++ b/Master/texmf-dist/scripts/latexindent/LatexIndent/Version.pm
@@ -1,4 +1,5 @@
package LatexIndent::Version;
+
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
@@ -19,6 +20,6 @@ use warnings;
use Exporter qw/import/;
our @EXPORT_OK = qw/$versionNumber $versionDate/;
-our $versionNumber = '3.17.1';
-our $versionDate = '2022-04-04';
+our $versionNumber = '3.17.2';
+our $versionDate = '2022-04-14';
1