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
commitedd296ecab65ccc68de188afa8255526c9526018 (patch)
tree1772dc7786ed96f0fdacb67b9ec9290731e1d3e0 /odb/version.hxx
parent6a66f46d4b416ce3408f8d938032d8b95265b1bb (diff)
Bump version to 2.5.0.b.1.z, switch to build2 version module2.5.0-b.1
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 a792d4d..2f6c4d3 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 20411
-#define ODB_VERSION_STR "2.5-a11"
+#define ODB_VERSION 20451
+#define ODB_VERSION_STR "2.5-b.1"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049911
-#define ODB_COMPILER_VERSION_STR "2.5.0-a11"
+#define ODB_COMPILER_VERSION 2049951
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.1"
#endif // ODB_VERSION_HXX