aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:56:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-06-15 18:56:49 +0200
commit0d7613a5731de4114d408c03cab581c3e255df69 (patch)
tree8090a5b2fb0b37513e2bf2ad884f9d8b2b13f0db /odb
parent293c30123235e3c0ed724143234d6494afd2f6c8 (diff)
Bump version to 2.5.0.a8
Diffstat (limited to 'odb')
-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 0e578ba..a09e659 100644
--- a/odb/sqlite/version.hxx
+++ b/odb/sqlite/version.hxx
@@ -28,15 +28,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20407
+#if ODB_VERSION != 20408
# error incompatible odb interface version detected
#endif
// libodb-sqlite version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_SQLITE_VERSION 2049907
-#define LIBODB_SQLITE_VERSION_STR "2.5.0.a7"
+#define LIBODB_SQLITE_VERSION 2049908
+#define LIBODB_SQLITE_VERSION_STR "2.5.0.a8"
#include <odb/post.hxx>