diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/svninfo/svninfo.cfg | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/svninfo/svninfo.sty | 12 |
2 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/svninfo/svninfo.cfg b/Master/texmf-dist/tex/latex/svninfo/svninfo.cfg index 7277d74432d..3824f30df22 100644 --- a/Master/texmf-dist/tex/latex/svninfo/svninfo.cfg +++ b/Master/texmf-dist/tex/latex/svninfo/svninfo.cfg @@ -8,7 +8,7 @@ %% by the Subversion revision control system. %% %% Copyright (C) 1995 Dr. Juergen Vollmer -%% Copyright (C) 2003-2007 Achim D. Brucker +%% Copyright (C) 2003-2008 Achim D. Brucker %% %% License: %% This program can be redistributed and/or modified under the terms diff --git a/Master/texmf-dist/tex/latex/svninfo/svninfo.sty b/Master/texmf-dist/tex/latex/svninfo/svninfo.sty index e873793942a..521562cc12a 100644 --- a/Master/texmf-dist/tex/latex/svninfo/svninfo.sty +++ b/Master/texmf-dist/tex/latex/svninfo/svninfo.sty @@ -30,7 +30,7 @@ %% by the Subversion revision control system. %% %% Copyright (C) 1995 Dr. Juergen Vollmer -%% Copyright (C) 2003-2007 Achim D. Brucker +%% Copyright (C) 2003-2008 Achim D. Brucker %% %% License: %% This program can be redistributed and/or modified under the terms @@ -59,7 +59,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{svninfo}[2007/04/17 v0.7.1] +\ProvidesPackage{svninfo}[2008/04/28 v0.7.2] \newcount\@svnInfoDay \newcount\@svnInfoMonth \newcount\@svnInfoYear @@ -221,12 +221,11 @@ \fi } \if@svnInfoSVK@ - \def\@svnInfoSplitDate x#1-#2-#3T#4Zr#4x{% + \def\@svnInfoSplitDate x#1-#2-#3T#4Zr#5x{% \@svnInfoDay =#3\relax \@svnInfoMonth=#2\relax \@svnInfoYear =#1\relax - \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\) % - \OR \( \svnInfoMaxRevision < #4 \)}{% + \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\)}{% \def\svnInfoMaxYear{#1}% \def\svnInfoMaxMonth{#2}% \def\svnInfoMaxDay{#3}% @@ -237,8 +236,7 @@ \@svnInfoDay =#3\relax \@svnInfoMonth=#2\relax \@svnInfoYear =#1\relax - \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\) % - \OR \( \svnInfoMaxRevision < #4 \)}{% + \ifthenelse{\(\equal{\svnInfoMaxRevision}{--maxrevision--}\)}{% \def\svnInfoMaxYear{#1}% \def\svnInfoMaxMonth{#2}% \def\svnInfoMaxDay{#3}% |