diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 23:06:54 +0000 |
commit | 36080b5cf06fe9bdde3b1edb30fd795a58e6bf10 (patch) | |
tree | 172e727ca5a42cbd0c2440855dbb81f3a5c2148e /Master/texmf-dist/tex/latex/pgfplots | |
parent | e27b3d0aaf815fdab1497a0a827998ac044e245d (diff) |
pgfplots update (1apr10)
git-svn-id: svn://tug.org/texlive/trunk@17670 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pgfplots')
-rw-r--r-- | Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty | 9 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty index 884bfcf37a6..01e1c86bb01 100644 --- a/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty +++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplots.sty @@ -23,8 +23,13 @@ % along with this program. If not, see <http://www.gnu.org/licenses/>. % %-------------------------------------------- -\def\pgfplotsversion{1.3} -\ProvidesPackage{pgfplots}[2010/01/02 Version \pgfplotsversion] +\def\pgfplotsversion{1.3.1} +\IfFileExists{pgfplots.revision.tex}{\input pgfplots.revision.tex } {\def\pgfplotsrevision{}} +\ifx\pgfplotsrevision\pgfutil@empty +\else + \edef\pgfplotsrevision{\space(git show \pgfplotsrevision)}% +\fi +\ProvidesPackage{pgfplots}[2010/03/31 Version \pgfplotsversion] % ATTENTION: % you MAY need one of diff --git a/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty b/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty index 9f21658671f..45f0af5468f 100644 --- a/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty +++ b/Master/texmf-dist/tex/latex/pgfplots/pgfplotstable.sty @@ -18,7 +18,7 @@ % along with this program. If not, see <http://www.gnu.org/licenses/>. % %-------------------------------------------- -\ProvidesPackage{pgfplotstable}[2010/01/02 Part of pgfplots] +\ProvidesPackage{pgfplotstable}[2010/03/31 Part of pgfplots] % everything is loaded by pgfplots. \RequirePackage{pgfplots} |