Skip to content

Commit

Permalink
Prepare for release 1.3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilmann committed Jun 13, 2020
1 parent 8426f68 commit 3e66478
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Makefile for preparing files for distribution
VERSION=1.3.1
VERSION=1.3.1.1


.PHONY: distribution release test mkdirs clean cleanall cleantest webmanual
Expand Down
6 changes: 4 additions & 2 deletions latexdiff
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
### - move --show-xxx options so that they are also capable of showing preamble (and commands) after all modificationsbased on source file packages
### - change meaning of --packages option such that this packages are used in addition of automatically detected packages (possibly introduce option --only-packages that overrides automatic choices completely


# Version 1.3.1.1
# - remove spurious \n to fix error: Unknown regexp modifier "/n" at .../latexdiff line 1974, near "=~ " (see github issue #201)
#
# Version 1.3.1
# Bug fixes:
# - remove some uninitialised variable $2 warnings in string substitution in flatten function in case included file is not found
Expand Down Expand Up @@ -210,7 +212,7 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION);


my ($versionstring)=<<EOF ;
This is LATEXDIFF 1.3.2a (Algorithm::Diff $Algorithm::Diff::VERSION, Perl $^V)
This is LATEXDIFF 1.3.1.1 (Algorithm::Diff $Algorithm::Diff::VERSION, Perl $^V)
(c) 2004-2020 F J Tilmann
EOF

Expand Down
2 changes: 1 addition & 1 deletion latexdiff-vc
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ use strict ;
use warnings ;

my $versionstring=<<EOF ;
This is LATEXDIFF-VC 1.3.2a
This is LATEXDIFF-VC 1.3.1.1
(c) 2005-2020 F J Tilmann
EOF

Expand Down
2 changes: 1 addition & 1 deletion latexrevise
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use strict;
use warnings;

my $versionstring=<<EOF ;
This is LATEXREVISE 1.3.1
This is LATEXREVISE 1.3.1.1
(c) 2005-2020 F J Tilmann
EOF

Expand Down

0 comments on commit 3e66478

Please sign in to comment.