diff options
-rw-r--r-- | bpkg/bpkg.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index 86f86db..0bba61a 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -151,9 +151,9 @@ try if (o.version ()) { - cout << "bpkg " << BPKG_VERSION_STR << endl - << "libbpkg " << LIBBPKG_VERSION_STR << endl - << "libbutl " << LIBBUTL_VERSION_STR << endl + cout << "bpkg " << BPKG_VERSION_ID << endl + << "libbpkg " << LIBBPKG_VERSION_ID << endl + << "libbutl " << LIBBUTL_VERSION_ID << endl << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; |