diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 08:29:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-09-14 08:29:54 +0200 |
commit | 55a70a3a283fe6a55f73ba6935336ff0eb8f6dbd (patch) | |
tree | 396710b8cff02a2d5fd43703befed49ad960b0d3 | |
parent | 748e05183a0dd33631a3d4d4c0b943dc6703f4ff (diff) |
Bump version to 2.1.0
-rw-r--r-- | odb/sqlite/version.hxx | 6 | ||||
-rw-r--r-- | version | 2 |
2 files changed, 4 insertions, 4 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> @@ -1 +1 @@ -2.1.0.a2 +2.1.0 |