diff options
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.h')
-rw-r--r-- | Build/source/texk/bibtex8/bibtex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.h b/Build/source/texk/bibtex8/bibtex.h index 564bb71c3ac..c1b5b008ad0 100644 --- a/Build/source/texk/bibtex8/bibtex.h +++ b/Build/source/texk/bibtex8/bibtex.h @@ -100,9 +100,9 @@ * is modified. ***************************************************************************/ #ifdef SUPPORT_8BIT -# define BANNER "This is 8-bit Big BibTeX version 0.99c" +# define BANNER "This is 8-bit Big BibTeX version 0.99dtest" #else /* NOT SUPPORT_8BIT */ -# define BANNER "This is Big BibTeX version 0.99c" +# define BANNER "This is Big BibTeX version 0.99dtest" #endif /* SUPPORT_8BIT */ |