aboutsummaryrefslogtreecommitdiff
path: root/brep/version
diff options
context:
space:
mode:
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 c25e252..5b822a0 100644
--- a/brep/version
+++ b/brep/version
@@ -23,8 +23,8 @@
// 2.2.0-a1 02019901
// 3.0.0-b2 02999952
//
-#define BREP_VERSION 39901
-#define BREP_VERSION_STR "0.4.0-a1"
+#define BREP_VERSION 40000
+#define BREP_VERSION_STR "0.4.0"
// For now these are the same.
//
@@ -36,11 +36,11 @@
//
// Note: does not apply during early development.
//
-#if LIBBUTL_VERSION != 39901
+#if LIBBUTL_VERSION < 40000 || LIBBUTL_VERSION > 49900
# error incompatible libbutl version
#endif
-#if LIBBPKG_VERSION != 39901
+#if LIBBPKG_VERSION < 40000 || LIBBPKG_VERSION > 49900
# error incompatible libbpkg version
#endif