aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-08 14:08:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-08 14:08:25 +0200
commitcbf4330065371f286bdd82d63d108a4104b09c4c (patch)
treee436fb8418e38e16b5e9ee21f324c525ced4d22a /odb/version.hxx
parent1b76a69c344af711597de23792c595ece9e19faa (diff)
Bump version to 2.5.0-b.6.z, master is open for business
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 4938938..0877880 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 20455
-#define ODB_VERSION_STR "2.5-b.5"
+#define ODB_VERSION 20456
+#define ODB_VERSION_STR "2.5-b.6"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049955
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.5"
+#define ODB_COMPILER_VERSION 2049956
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.6"
#endif // ODB_VERSION_HXX