Skip to content

Commit

Permalink
Version numbers updated to prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ftilmann committed Jun 22, 2017
1 parent 16b3754 commit 6413b56
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions latexdiff
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
### - --flatten option only expands first including command per line if there is more than one
### - move --show-xxx options so that they are also capable of showing preamble (and commands) after all modificationsbased on source file packages
#
# Version 1.2.1a
# Version 1.2.1 (22 June 2017)
# - add "DeclareOldFontCommand" to styles using \bf or \sf old style font commands (fixies issue #92 )
# - improved markup: process lstinline commands in listings package correctly
# for styles using colour, \verb and \lstinline arguments are marked up with colour (blue for added, red for deleted)
Expand Down Expand Up @@ -169,8 +169,8 @@ my ($algodiffversion)=split(/ /,$Algorithm::Diff::VERSION);


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

# Hash with defaults for configuration variables. These marked undef have default values constructed from list defined in the DATA block
Expand Down Expand Up @@ -4241,8 +4241,8 @@ I<latexdiff-fast> requires the I<diff> command to be present.
=head1 AUTHOR
Version 1.2.1alpha
Copyright (C) 2004-2015 Frederik Tilmann
Version 1.2.1
Copyright (C) 2004-2017 Frederik Tilmann
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
Expand Down
10 changes: 5 additions & 5 deletions latexdiff-vc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#
# TODO/IDEAS: - option to call external pre-processing codes
# - choose type of latex processor / bibtex (luatex, xelatex etc)
# version 1.2.1:
# version 1.2.1 (22 June 2017)
# - bug fix: --hg option was not recognised (partially fixes github issue #93 )
# - wrap passed-through options to latexdiff in quotation marks (fix github issue #58 )
# - program names for latexdiff, latex, dvips, bibtex configurable (fixes issue #40)
Expand Down Expand Up @@ -68,8 +68,8 @@ use strict ;
use warnings ;

my $versionstring=<<EOF ;
This is LATEXDIFF-VC 1.2.1a
(c) 2005-2016 F J Tilmann
This is LATEXDIFF-VC 1.2.1
(c) 2005-2017 F J Tilmann
EOF

# output debug and intermediate files, set to 0 in final distribution
Expand Down Expand Up @@ -811,8 +811,8 @@ or send them to I<tilmann -- AT -- gfz-potsdam.de>. Include the version number
=head1 AUTHOR
Version 1.2.0
Copyright (C) 2005-2016 Frederik Tilmann
Version 1.2.1
Copyright (C) 2005-2017 Frederik Tilmann
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 3
Expand Down

0 comments on commit 6413b56

Please sign in to comment.