summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/utils.c')
-rw-r--r--Build/source/texk/bibtex-x/utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/bibtex-x/utils.c b/Build/source/texk/bibtex-x/utils.c
index 5a7b973dffa..0dd077d8b81 100644
--- a/Build/source/texk/bibtex-x/utils.c
+++ b/Build/source/texk/bibtex-x/utils.c
@@ -1079,9 +1079,9 @@ void parse_cmd_line (int argc, char **argv)
break;
case 'v': /**************** -v, --version ************/
- FPRINTF (TERM_OUT, "%s\n", BANNER);
+ FPRINTF (TERM_OUT, "%s-x%s (%s)\n", BANNER, EXT_VERSION, TL_VERSION);
FPRINTF (TERM_OUT, "Implementation: %s\n", IMPLEMENTATION);
- FPRINTF (TERM_OUT, "Release version: %s (%s)\n", VERSION, TL_VERSION);
+ FPRINTF (TERM_OUT, "Release version: %s\n", VERSION);
#ifdef UTF_8
{
UVersionInfo icuVersion;