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
commit30a9112e2e68df6a6e8a447dd36d4f9a5b1fdc45 (patch)
treeb2e0866f55254c390052d4b9f6fdb1692c032cd3 /odb
parent03c5ec6cf01b58b629b96fe12202ebbabb4f7910 (diff)
Bump version to 2.1.0
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/version.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/odb/pgsql/version.hxx b/odb/pgsql/version.hxx
index 552fdd5..d9b70e4 100644
--- a/odb/pgsql/version.hxx
+++ b/odb/pgsql/version.hxx
@@ -29,15 +29,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20002
+#if ODB_VERSION != 20100
# error incompatible odb interface version detected
#endif
// libodb-pgsql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_PGSQL_VERSION 2009902
-#define LIBODB_PGSQL_VERSION_STR "2.1.0.a2"
+#define LIBODB_PGSQL_VERSION 2010000
+#define LIBODB_PGSQL_VERSION_STR "2.1.0"
#include <odb/post.hxx>