aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-28 16:17:22 +0200
commit9c54bf28fd0f3f2e2f1592c3e8d071ff6decfe2c (patch)
tree82e684db8940890c32ad3b810289e40dfcc9089a /odb/version.hxx
parent126535431c9668ad1ef7c96b37b769aba6994934 (diff)
Bump version to 2.5.0.b.1.z, switch to build2 version module
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index d8e5fc2..954a15f 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -26,13 +26,13 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20411
-#define ODB_VERSION_STR "2.5-a11"
+#define ODB_VERSION 20451
+#define ODB_VERSION_STR "2.5-b.1"
// libodb version: interface version plus the bugfix version.
//
-#define LIBODB_VERSION 2049911
-#define LIBODB_VERSION_STR "2.5.0-a11"
+#define LIBODB_VERSION 2049951
+#define LIBODB_VERSION_STR "2.5.0-b.1"
#include <odb/post.hxx>