From e0da5d736d52d71fa4894de8442160565d0b5aa9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 3 May 2017 11:02:46 +0200 Subject: Use VERSION_ID instead of VERSION_STR where appropriate --- migrate/migrate.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'migrate') diff --git a/migrate/migrate.cxx b/migrate/migrate.cxx index dac74d5..56e2c83 100644 --- a/migrate/migrate.cxx +++ b/migrate/migrate.cxx @@ -204,13 +204,13 @@ try // if (ops.version ()) { - cout << "brep-migrate " << BREP_VERSION_STR << endl - << "libbrep " << LIBBREP_VERSION_STR << endl - << "libbbot " << LIBBBOT_VERSION_STR << endl - << "libbpkg " << LIBBPKG_VERSION_STR << endl - << "libbutl " << LIBBUTL_VERSION_STR << endl + cout << "brep-migrate " << BREP_VERSION_ID << endl + << "libbrep " << LIBBREP_VERSION_ID << endl + << "libbbot " << LIBBBOT_VERSION_ID << endl + << "libbpkg " << LIBBPKG_VERSION_ID << endl + << "libbutl " << LIBBUTL_VERSION_ID << endl << "Copyright (c) 2014-2017 Code Synthesis Ltd" << endl - << "MIT; see accompanying LICENSE file" << endl; + << "This is free software released under the MIT license." << endl; return 0; } -- cgit v1.1