aboutsummaryrefslogtreecommitdiff
path: root/brep/version
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-08 11:47:04 +0200
commitcfdb36cc944f2493e0c2248f6e74001bf92d6bc5 (patch)
tree423131500981bf3dcc41f03c9fb2d89f9d7a6f12 /brep/version
parentb35a9f0eef60cd74b58dae0c51638bfd69b3df39 (diff)
Bump version to 0.5.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 5b822a0..616d4b5 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 40000
-#define BREP_VERSION_STR "0.4.0"
+#define BREP_VERSION 49901
+#define BREP_VERSION_STR "0.5.0-a1"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION < 40000 || LIBBUTL_VERSION > 49900
+#if LIBBUTL_VERSION != 49901
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION < 40000 || LIBBPKG_VERSION > 49900
+#if LIBBPKG_VERSION != 49901
# error incompatible libbpkg version
#endif