summaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-07-26 08:47:25 +0200
commitad8e6a14a701987a0c431b207b80fb2e49400d56 (patch)
tree253d82522528ce6ea4cf529f342cd15aafb2e5b6 /odb/version.hxx
parent58b7c3add16622abf6fe98a0626dbaabe043a829 (diff)
Release version 2.5.0-b.23v2.5.0-b.23
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 73347f1..53dab04 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 20472
-#define ODB_VERSION_STR "2.5-b.22"
+#define ODB_VERSION 20473
+#define ODB_VERSION_STR "2.5-b.23"
// 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 2049972
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.22"
+#define ODB_COMPILER_VERSION 2049973
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.23"
#endif // ODB_VERSION_HXX