summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/bibexport
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-03 22:46:35 +0000
committerKarl Berry <karl@freefriends.org>2016-03-03 22:46:35 +0000
commit7d0376bd4f9d9b9d772eb63aad7e375fb60d40b4 (patch)
tree3fb33c0a885efd72afa7293721b365b66cc16646 /Master/texmf-dist/scripts/bibexport
parent3760072564f248b8ae3740ee41806922c3d6a112 (diff)
bibexport (3mar16)
git-svn-id: svn://tug.org/texlive/trunk@39928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/bibexport')
-rwxr-xr-xMaster/texmf-dist/scripts/bibexport/bibexport.sh9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/bibexport/bibexport.sh b/Master/texmf-dist/scripts/bibexport/bibexport.sh
index f946a68b539..78d6ee92f21 100755
--- a/Master/texmf-dist/scripts/bibexport/bibexport.sh
+++ b/Master/texmf-dist/scripts/bibexport/bibexport.sh
@@ -7,7 +7,7 @@
##
## bibexport.dtx (with options: `script')
##
-## (c) 2011/11/28 Nicolas Markey <markey at lsv dot ens-cachan dot fr>
+## (c) 2016/03/02 Nicolas Markey <bibexport at markey dot fr>
##
## This work may be distributed and/or modified under the conditions of
## the LaTeX Project Public License, either version 1.3 of this license
@@ -46,8 +46,7 @@ function checkversion()
-----------"
grep -q $VDATE `kpsewhich expkeys.bst` ||
echo "-----------
---Warning-- the version of the .bst files does not match with that of this
-script.
+--Warning-- the version of the .bst files does not match with that of this script.
-----------"
}
function usage()
@@ -84,9 +83,9 @@ if [ ${TOOLATE} -ne 0 ]; then
fi
}
## Version number
-VERSION="3.01";
+VERSION="3.02";
## Release date
-VDATE="2011/11/28";
+VDATE="2016/03/02";
# ALL is a flag set to 1 when '-a' is given
ALL="0";