summaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-06-30 13:05:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-06-30 13:05:40 +0200
commit299f76e0fb8621272f983c2f8110185942d3db7e (patch)
tree9f310486fd77e031ad25d99b0b355fd8d053966a /odb/version.hxx
parent56a8d4e51f257d1a6cd0f3f48029731d7387fe25 (diff)
Release version 2.5.0-b.25v2.5.0-b.25
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 464e9d2..2e9045d 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 20474
-#define ODB_VERSION_STR "2.5-b.24"
+#define ODB_VERSION 20475
+#define ODB_VERSION_STR "2.5-b.25"
// 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 2049974
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.24"
+#define ODB_COMPILER_VERSION 2049975
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.25"
#endif // ODB_VERSION_HXX