aboutsummaryrefslogtreecommitdiff
path: root/odb/qt/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:30:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-21 06:30:31 +0200
commitd86c4a436f78c761cb225987742188c08cdbeef4 (patch)
tree9757c5e5562fc50871a457c26953e321215ec4ee /odb/qt/version.hxx
parent371fe79987f70c4992c842382c9c025e77e4aa6d (diff)
Change version to 2.5.0-b.18.z
Diffstat (limited to 'odb/qt/version.hxx')
-rw-r--r--odb/qt/version.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx
index 162f051..5e50a31 100644
--- a/odb/qt/version.hxx
+++ b/odb/qt/version.hxx
@@ -32,23 +32,23 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20467
+#if ODB_VERSION != 20468
# error incompatible odb interface version detected
#endif
// ODB Qt interface version: odb interface version plus the Qt interface
// version.
//
-#define ODB_QT_VERSION 2046700
-#define ODB_QT_VERSION_STR "2.5.0-b.17"
+#define ODB_QT_VERSION 2046800
+#define ODB_QT_VERSION_STR "2.5.0-b.18"
// libodb-qt version: odb interface version plus the bugfix version. Note
// that LIBODB_QT_VERSION is always greater or equal to ODB_QT_VERSION
// since if the Qt interface virsion is incremented then the bugfix version
// must be incremented as well.
//
-#define LIBODB_QT_VERSION 2049967
-#define LIBODB_QT_VERSION_STR "2.5.0-b.17"
+#define LIBODB_QT_VERSION 2049968
+#define LIBODB_QT_VERSION_STR "2.5.0-b.18"
#include <odb/post.hxx>