aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-14 08:29:54 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-14 08:29:54 +0200
commit55a70a3a283fe6a55f73ba6935336ff0eb8f6dbd (patch)
tree396710b8cff02a2d5fd43703befed49ad960b0d3 /odb
parent748e05183a0dd33631a3d4d4c0b943dc6703f4ff (diff)
Bump version to 2.1.0
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 9df1031..0c20a5a 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 != 20002
+#if ODB_VERSION != 20100
# error incompatible odb interface version detected
#endif
// libodb-sqlite version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_SQLITE_VERSION 2009902
-#define LIBODB_SQLITE_VERSION_STR "2.1.0.a2"
+#define LIBODB_SQLITE_VERSION 2010000
+#define LIBODB_SQLITE_VERSION_STR "2.1.0"
#include <odb/post.hxx>