aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-18 14:32:25 +0200
commit563ff47ba3de1037d98ea386139be94263b013c7 (patch)
tree43f29d0f06e3531bc2c06efb0ceedbcc496cf2dd /odb
parent83168d414e5eda5f548b12c818e6f91da52a32c7 (diff)
Release version 2.5.0-b.19v2.5.0-b.19
Diffstat (limited to 'odb')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 9ed715f..e14411f 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 20468
-#define ODB_VERSION_STR "2.5-b.18"
+#define ODB_VERSION 20469
+#define ODB_VERSION_STR "2.5-b.19"
// 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 2049968
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.18"
+#define ODB_COMPILER_VERSION 2049969
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.19"
#endif // ODB_VERSION_HXX