diff options
author | Karl Berry <karl@freefriends.org> | 2012-08-03 00:12:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-08-03 00:12:07 +0000 |
commit | 5f46fd638f10294ee1db2535603713f85b373080 (patch) | |
tree | 20e68053bf2c3064950940d4f1a931afb973713b /Master/texmf-dist/tex/latex/biblatex/biblatex.sty | |
parent | c0cab386cfe4946539fc0b3a271caf6c7b2e1f6c (diff) |
biblatex (1aug12)
git-svn-id: svn://tug.org/texlive/trunk@27290 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex/biblatex.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex/biblatex.sty | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex/biblatex.sty b/Master/texmf-dist/tex/latex/biblatex/biblatex.sty index 3ec4ad4da00..19c497dca50 100644 --- a/Master/texmf-dist/tex/latex/biblatex/biblatex.sty +++ b/Master/texmf-dist/tex/latex/biblatex/biblatex.sty @@ -3,13 +3,20 @@ %% % Set up the version strings here, so they are the same for both branches -\def\abx@date{2012/07/01} -\def\abx@version{2.0} +\def\abx@date{DATE} +\def\abx@version{VERSION} \def\abx@bbxid{\abx@date\space v\abx@version\space biblatex bibliography style (PK/JW/AB)} \def\abx@cbxid{\abx@date\space v\abx@version\space biblatex citation style (PK/JW/AB)} \def\abx@lbxid{\abx@date\space v\abx@version\space biblatex localization (PK/JW/AB)} \def\abx@cptid{\abx@date\space v\abx@version\space biblatex compatibility (PK/JW/AB)} -\def\blx@bblversion{\abx@version} +% This is not updated by build script as the controlfile version +% does not necessarily change with the package version. +% This is used when writing the .bcf +\def\blx@bcfversion{2.0} +% This is not updated by build script as the bbl version +% does not necessarily change with the package version. +% This is used when checking the .bbl +\def\blx@bblversion{2.1} \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{biblatex} |