summaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-07-05 10:10:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-07-05 10:10:48 +0200
commit29dc3d1ce69a88719b258288d6b14ecd22dc01aa (patch)
tree7f146d2c2f70e65c8ae52628c6b9a87a0f4afab2 /odb/version.hxx
parent299f76e0fb8621272f983c2f8110185942d3db7e (diff)
Change version to 2.5.0-b.26.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 2e9045d..4ad389a 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 20475
-#define ODB_VERSION_STR "2.5-b.25"
+#define ODB_VERSION 20476
+#define ODB_VERSION_STR "2.5-b.26"
// 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 2049975
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.25"
+#define ODB_COMPILER_VERSION 2049976
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.26"
#endif // ODB_VERSION_HXX