From 22852cef6d527cad426736def0339c420ba80982 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 10:59:29 +0200 Subject: Use VERSION_ID instead of VERSION_STR where appropriate --- bpkg/bpkg.cxx | 6 +++--- 1 file 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; -- cgit v1.1