aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-28 17:23:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-28 17:23:32 +0200
commit72931a488b6c324f1382b730b823b8250546786b (patch)
tree9e75102e6af9f133d2eb64667e3bdcdcf0333169 /build
parentcfdc8446ccdb2d32919719c6c7fba1e7df59a8f5 (diff)
Bump version to 0.1.0
Diffstat (limited to 'build')
-rw-r--r--build/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/b.cxx b/build/b.cxx
index 8ea9094..d82b0ac 100644
--- a/build/b.cxx
+++ b/build/b.cxx
@@ -65,7 +65,7 @@ main (int argc, char* argv[])
//
if (ops.version ())
{
- cout << "build2 0.0.0" << endl
+ cout << "build2 0.1.0" << endl
<< "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;