diff options
Diffstat (limited to 'Build/source/texk/bibtexu/bibtex.h')
-rw-r--r-- | Build/source/texk/bibtexu/bibtex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/bibtexu/bibtex.h b/Build/source/texk/bibtexu/bibtex.h index e9fee2e6cec..8110c6319ed 100644 --- a/Build/source/texk/bibtexu/bibtex.h +++ b/Build/source/texk/bibtexu/bibtex.h @@ -100,9 +100,9 @@ * is modified. ***************************************************************************/ #ifdef SUPPORT_8BIT -# define BANNER "This is BibTeXu: a UTF-8 Big BibTeX version 0.99dtest" +# define BANNER "This is BibTeXu: a UTF-8 Big BibTeX version 0.99d" #else /* NOT SUPPORT_8BIT */ -# define BANNER "This is Big BibTeX version 0.99dtest" +# define BANNER "This is Big BibTeX version 0.99d" #endif /* SUPPORT_8BIT */ |