aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:51:51 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:51:51 +0200
commitaa2ab853a2188c214802a90234a3f46ba3891741 (patch)
tree3fefd5995aa1a2710e568150d96e991347785b6d
parent29f8159583d2b02efa2afeaa58082f57222c943d (diff)
Bump version to 0.1.0.a1
-rw-r--r--build/b.cxx2
-rw-r--r--build/bootstrap.build2
-rw-r--r--version2
3 files changed, 3 insertions, 3 deletions
diff --git a/build/b.cxx b/build/b.cxx
index d82b0ac..763a3a2 100644
--- a/build/b.cxx
+++ b/build/b.cxx
@@ -65,7 +65,7 @@ main (int argc, char* argv[])
//
if (ops.version ())
{
- cout << "build2 0.1.0" << endl
+ cout << "build2 0.1.0.a1" << endl
<< "Copyright (c) 2014-2015 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 414549d..637ee1c 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
project = build2
-version = 0.1.0
+version = 0.1.0.a1
subprojects = # No subprojects.
using config
diff --git a/version b/version
index 6e8bf73..a69aed0 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.1.0
+0.1.0.a1