aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:44:57 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-19 07:44:57 +0200
commit00d1431c3567ee22ab5a4eb01221ccd93d8f5059 (patch)
treeee95b1911a0de912f1b0223669a9998ffa6a7bbd /odb
parentc5349bff6225ccb5ff234e14f4e84f01cb748ea4 (diff)
Release version 2.5.0-b.11v2.5.0-b.11
Diffstat (limited to 'odb')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index b9e667d..fa355ba 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 20460
-#define ODB_VERSION_STR "2.5-b.10"
+#define ODB_VERSION 20461
+#define ODB_VERSION_STR "2.5-b.11"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049960
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.10"
+#define ODB_COMPILER_VERSION 2049961
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.11"
#endif // ODB_VERSION_HXX