aboutsummaryrefslogtreecommitdiff
path: root/brep/version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-02-04 07:44:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-02-04 07:44:23 +0200
commit1c0cead479ac823b1d2e4f651347dac78b0f7b2f (patch)
tree02b624dd2cb8ad15098e7220509a0e07ec26e7a6 /brep/version
parent6f244eada960bf3eb110c791263205c63e15dea9 (diff)
Bump version to 0.3.0-a1, master is open for business
Diffstat (limited to 'brep/version')
-rw-r--r--brep/version8
1 files changed, 4 insertions, 4 deletions
diff --git a/brep/version b/brep/version
index b3c830b..0220ee5 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 20300
-#define BREP_VERSION_STR "0.2.3"
+#define BREP_VERSION 29901
+#define BREP_VERSION_STR "0.3.0-a1"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION < 20000 || LIBBUTL_VERSION > 29900
+#if LIBBUTL_VERSION != 29901
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION < 20000 || LIBBPKG_VERSION > 29900
+#if LIBBPKG_VERSION != 29901
# error incompatible libbpkg version
#endif