aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:58:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-12-03 14:58:24 +0200
commit429f6af67c6debc339124f9a92e7bfb8e21befa3 (patch)
treedb343625ffa0440f3a4f1d1f9bea7d20b7fee10d
parentf76833097e9b02dd1a7ec09d3f467bb3480262a7 (diff)
Bump version to 0.1.0.a1
-rw-r--r--bpkg/version4
-rw-r--r--build/bootstrap.build2
-rw-r--r--version2
3 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/version b/bpkg/version
index 440ddca..9a28fae 100644
--- a/bpkg/version
+++ b/bpkg/version
@@ -22,7 +22,7 @@
//
// AABBCCDD
-#define LIBBPKG_VERSION 10000
-#define LIBBPKG_VERSION_STR "0.1.0"
+#define LIBBPKG_VERSION 9901
+#define LIBBPKG_VERSION_STR "0.1.0.a1"
#endif // LIBBPKG_VERSION
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 533dcc1..4cf7541 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -3,7 +3,7 @@
# license : MIT; see accompanying LICENSE file
project = libbpkg
-version = 0.1.0
+version = 0.1.0.a1
using config
using dist
diff --git a/version b/version
index 6e8bf73..a69aed0 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.1.0
+0.1.0.a1