summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/svninfo/svninfo.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-30 16:42:49 +0000
committerKarl Berry <karl@freefriends.org>2008-04-30 16:42:49 +0000
commit408ccd92323a954bfcd09d183003c23a56898a75 (patch)
tree4239c86be99d211b1a44f6bc0693a2f0bc3462a7 /Master/texmf-dist/tex/latex/svninfo/svninfo.sty
parente80bc7d79084da75417e8364b1bae2d0fbd30781 (diff)
svininfo update (29apr08)
git-svn-id: svn://tug.org/texlive/trunk@7744 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/svninfo/svninfo.sty')
-rw-r--r--Master/texmf-dist/tex/latex/svninfo/svninfo.sty12
1 files changed, 5 insertions, 7 deletions
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}%