summaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:50:27 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-29 09:50:27 +0200
commit4aa63bc7037cb6c6162eb014f00ddba5c677a169 (patch)
treef2a24e0b46697279b82c802340f196a0775879bc /odb/version.hxx
parentad8e6a14a701987a0c431b207b80fb2e49400d56 (diff)
Change version to 2.5.0-b.24.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 53dab04..464e9d2 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -23,15 +23,15 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20473
-#define ODB_VERSION_STR "2.5-b.23"
+#define ODB_VERSION 20474
+#define ODB_VERSION_STR "2.5-b.24"
// ODB compiler version: interface version plus the bugfix version.
//
// NOTE: remember to update metadata to full version when switching to
// version.hxx.in.
//
-#define ODB_COMPILER_VERSION 2049973
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.23"
+#define ODB_COMPILER_VERSION 2049974
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.24"
#endif // ODB_VERSION_HXX