aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-22 12:59:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-22 12:59:41 +0200
commitf876f301798d3d8452b93f33546e74a245286857 (patch)
treeb8b1b91a529ab734e1df853926e45f69be6a8e89 /odb
parent9e6d8d7e4619c1c0becbc385f1faaed62fdaa10e (diff)
Bump version to 2.5.0-a10
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 7f65b7a..36b0203 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 != 20409
+#if ODB_VERSION != 20410
# error incompatible odb interface version detected
#endif
// libodb-sqlite version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_SQLITE_VERSION 2049909
-#define LIBODB_SQLITE_VERSION_STR "2.5.0-a9"
+#define LIBODB_SQLITE_VERSION 2049910
+#define LIBODB_SQLITE_VERSION_STR "2.5.0-a10"
#include <odb/post.hxx>