diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-04 11:44:19 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2019-03-04 11:44:19 +0000 |
commit | 32e1fe3fb2e87465d7aa2afd713dcb95bbcf3092 (patch) | |
tree | 4858c885b3446b90d23c81b797170ba0bbc071dd | |
parent | 4e8cee9aea1413316ee0fd94404f8b9d8d10cd78 (diff) |
bibtex8 and bibtexu: bump version
git-svn-id: svn://tug.org/texlive/trunk@50225 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/bibtex-x/ChangeLog | 1 | ||||
-rw-r--r-- | Build/source/texk/bibtex-x/version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/texk/bibtex-x/ChangeLog b/Build/source/texk/bibtex-x/ChangeLog index db31feb0e79..f612518c0cb 100644 --- a/Build/source/texk/bibtex-x/ChangeLog +++ b/Build/source/texk/bibtex-x/ChangeLog @@ -5,6 +5,7 @@ code in the original BibTeX, but can be useful.) Suppress compiler warnings. * bibtex.c, utils.c: Print ICU version in BibTeXu. + * version.h: Bump version (04 mar 2019). BibTeXu only: * bibtex-2.c: Use u_strFromUTF8() instead of icu_toUChars() diff --git a/Build/source/texk/bibtex-x/version.h b/Build/source/texk/bibtex-x/version.h index 37ce123b3aa..5717c564527 100644 --- a/Build/source/texk/bibtex-x/version.h +++ b/Build/source/texk/bibtex-x/version.h @@ -91,6 +91,6 @@ */ #ifndef __VERSION_H__ # define __VERSION_H__ 1 -# define VERSION "3.71 (18 mar 2013)" +# define VERSION "3.71 (04 mar 2019)" #endif /* __VERSION_H__ */ |