aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-31 09:19:39 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-31 09:19:39 +0200
commitd64311d6ce2cace76f1a7e09251be9d8d1ea6bd1 (patch)
tree9ed9fb512e38c02e18941ca4342adf14a64ab7dd /odb/sqlite/version.hxx
parent29bb914fc69138321cb9514905303484a03a0f4a (diff)
Bump version to 2.5.0-b.8.z, master is open for business
Diffstat (limited to 'odb/sqlite/version.hxx')
-rw-r--r--odb/sqlite/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/sqlite/version.hxx b/odb/sqlite/version.hxx
index 4ee3bde..d04075f 100644
--- a/odb/sqlite/version.hxx
+++ b/odb/sqlite/version.hxx
@@ -32,15 +32,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20457
+#if ODB_VERSION != 20458
# error incompatible odb interface version detected
#endif
// libodb-sqlite version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_SQLITE_VERSION 2049957
-#define LIBODB_SQLITE_VERSION_STR "2.5.0-b.7"
+#define LIBODB_SQLITE_VERSION 2049958
+#define LIBODB_SQLITE_VERSION_STR "2.5.0-b.8"
#include <odb/post.hxx>