aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/bootstrap.build2
-rw-r--r--build2/version6
-rw-r--r--manifest4
-rw-r--r--version2
4 files changed, 7 insertions, 7 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 134bc11..a2847f9 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -6,7 +6,7 @@ project = build2
using build@0.4.0
-version = 0.4.0
+version = 0.5.0-a1
revision = 0
dist.package = $project-$version
diff --git a/build2/version b/build2/version
index 4d27c69..5267486 100644
--- a/build2/version
+++ b/build2/version
@@ -22,15 +22,15 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BUILD2_VERSION 40000
-#define BUILD2_VERSION_STR "0.4.0"
+#define BUILD2_VERSION 49901
+#define BUILD2_VERSION_STR "0.5.0-a1"
// Generally, we expect minor versions to be source code backwards-
// compatible, thought we might have a minimum version requirement.
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION < 40000 || LIBBUTL_VERSION > 49900
+#if LIBBUTL_VERSION != 49901
# error incompatible libbutl version
#endif
diff --git a/manifest b/manifest
index 965b549..5622ef6 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: build2
-version: 0.4.0
+version: 0.5.0-a1
summary: build2 build system
license: MIT
tags: build2, c++, build, system
@@ -13,4 +13,4 @@ depends: * build2 >= 0.4.0
depends: * bpkg >= 0.4.0
# @@ Should probably become conditional dependency.
requires: ? cli ; Only required if changing .cli files.
-depends: libbutl [0.4.0 0.5.0-)
+depends: libbutl == 0.5.0-a1
diff --git a/version b/version
index 1d0ba9e..d1f4eb1 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.4.0
+0.5.0-a1