aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
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 /odb/version.hxx
parent96b6fbb4222ab3d1a383dc06ada84821d5ba4d3a (diff)
Change version to 2.5.0-b.18.z
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 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