From 55a70a3a283fe6a55f73ba6935336ff0eb8f6dbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Sep 2012 08:29:54 +0200 Subject: Bump version to 2.1.0 --- odb/sqlite/version.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'odb/sqlite/version.hxx') 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 -- cgit v1.1