summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/bibtex-x/ChangeLog1
-rw-r--r--Build/source/texk/bibtex-x/version.h2
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__ */