aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-07 15:00:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-07 15:00:53 +0200
commit2ad04e317e5ba2b393ffa16a112eb1aec6afbd56 (patch)
treef02c51321f401813ad76acd4bd59dfbf103514bd
parent8b55e8151bd69e4ef11a67aff57618193f559618 (diff)
Move from 0.1.0.a1 to 0.1.0-a1 versioning scheme
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/version6
-rw-r--r--version2
3 files changed, 5 insertions, 5 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 637ee1c..b71641f 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.a1
+version = 0.1.0-a1
subprojects = # No subprojects.
using config
diff --git a/build/version b/build/version
index 770cf99..b491f90 100644
--- a/build/version
+++ b/build/version
@@ -19,8 +19,8 @@
// 2.0.0 02000000
// 2.1.0 02010000
// 2.1.1 02010100
-// 2.2.0.a1 02019901
-// 3.0.0.b2 02999952
+// 2.2.0-a1 02019901
+// 3.0.0-b2 02999952
//
// Generally, we expect minor versions to be source code backwards-
@@ -34,6 +34,6 @@
// AABBCCDD
#define BUILD_VERSION 9901
-#define BUILD_VERSION_STR "0.1.0.a1"
+#define BUILD_VERSION_STR "0.1.0-a1"
#endif // BUILD_VERSION
diff --git a/version b/version
index a69aed0..74679d2 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.1.0.a1
+0.1.0-a1