aboutsummaryrefslogtreecommitdiff
path: root/bpkg/bpkg.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 15:09:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 15:09:32 +0200
commitc4712e0980fc9ada0d531f8a9dda58e20bef31d0 (patch)
tree85c715d345371643de7971dc1eabd58bf19834e8 /bpkg/bpkg.cxx
parent8f3b0f246388db093c2719990e6503c9718e88ef (diff)
Bump version to 0.1.0.a1
Diffstat (limited to 'bpkg/bpkg.cxx')
-rw-r--r--bpkg/bpkg.cxx5
1 files changed, 3 insertions, 2 deletions
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;