aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:30:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:30:31 +0200
commit29135ad7c28ae928ee5abe17dd4ec18ede855f9a (patch)
treea105d9d8393665216c009fb4926c3df22239f34e
parent96b6fbb4222ab3d1a383dc06ada84821d5ba4d3a (diff)
Change version to 2.5.0-b.18.z
-rw-r--r--manifest6
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
3 files changed, 8 insertions, 8 deletions
diff --git a/manifest b/manifest
index b29b68c..e243b6f 100644
--- a/manifest
+++ b/manifest
@@ -1,6 +1,6 @@
: 1
name: odb
-version: 2.5.0-b.17
+version: 2.5.0-b.18.z
summary: ODB compiler
license: GPLv3
topics: C++, ORM, source code generation, object persistence, \
@@ -17,7 +17,7 @@ builds: -( +windows -gcc ) ; Requires MinGW GCC.
builds: &gcc ; Requires GCC with plugin support enabled.
builds: &gcc-5+ ; Requires GCC 5 or later.
requires: c++11
-depends: * build2 >= 0.11.0
-depends: * bpkg >= 0.11.0
+depends: * build2 >= 0.12.0
+depends: * bpkg >= 0.12.0
depends: libstudxml ^1.1.0-
depends: libcutl ^1.11.0-
diff --git a/odb/version.hxx b/odb/version.hxx
index 0144b9a..f446572 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -24,12 +24,12 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20467
-#define ODB_VERSION_STR "2.5-b.17"
+#define ODB_VERSION 20468
+#define ODB_VERSION_STR "2.5-b.18"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049967
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.17"
+#define ODB_COMPILER_VERSION 2049968
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.18"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index 020c790..a9b5191 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.17
+2.5.0-b.18