aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:13:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-07-21 15:13:40 +0200
commit08093f03727889a8458d4f9e5bb74f2a43a911f9 (patch)
tree7d1b0d30129c18e049ca74746def2de8256f1c4b /odb
parent46ca4f4a0dbcf0c91b94dd65c1132dbc116f8291 (diff)
Change version to 2.5.0-b.20.z
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 e14411f..edc58a1 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 20469
-#define ODB_VERSION_STR "2.5-b.19"
+#define ODB_VERSION 20470
+#define ODB_VERSION_STR "2.5-b.20"
// 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 2049969
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.19"
+#define ODB_COMPILER_VERSION 2049970
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.20"
#endif // ODB_VERSION_HXX