aboutsummaryrefslogtreecommitdiff
path: root/brep
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:51:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-26 16:51:35 +0200
commit077961b97f324806107c4afd9a9c1c032b7f35e9 (patch)
treed3ee394b6202a80d7b2cf49698fa607f945d908b /brep
parentd2cef486101075942746f58a7fdbc31eb707553d (diff)
Bump version to 0.4.0-a1, master is open for business
Diffstat (limited to 'brep')
-rw-r--r--brep/version8
1 files changed, 4 insertions, 4 deletions
diff --git a/brep/version b/brep/version
index 211c300..c25e252 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 30000
-#define BREP_VERSION_STR "0.3.0"
+#define BREP_VERSION 39901
+#define BREP_VERSION_STR "0.4.0-a1"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION < 30000 || LIBBUTL_VERSION > 39900
+#if LIBBUTL_VERSION != 39901
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION < 30000 || LIBBPKG_VERSION > 39900
+#if LIBBPKG_VERSION != 39901
# error incompatible libbpkg version
#endif