diff options
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} |