From c4712e0980fc9ada0d531f8a9dda58e20bef31d0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Dec 2015 15:09:32 +0200 Subject: Bump version to 0.1.0.a1 --- bpkg/bpkg.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bpkg/bpkg.cxx') diff --git a/bpkg/bpkg.cxx b/bpkg/bpkg.cxx index e1cdce2..2f483c3 100644 --- a/bpkg/bpkg.cxx +++ b/bpkg/bpkg.cxx @@ -77,8 +77,9 @@ try if (o.version ()) { - cout << "bpkg " << BPKG_VERSION_STR << "; " << - "libbpkg " << LIBBPKG_VERSION_STR << endl + cout << "bpkg " << BPKG_VERSION_STR << endl + << "libbpkg " << LIBBPKG_VERSION_STR << endl + << "libbutl " << LIBBUTL_VERSION_STR << endl << "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl << "This is free software released under the MIT license." << endl; return 0; -- cgit v1.1