aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:25:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:25:47 +0200
commited22a75d665f030dcfcfc9b52764ce0e991c9169 (patch)
treee50192c124cec121a320d246ee4e68fadb5a1f22
parent6d670f2256f915ac5c116e6d70192ce990bbfd82 (diff)
Bump version to 1.5.0
-rw-r--r--odb/mysql/version.hxx6
-rw-r--r--version2
2 files changed, 4 insertions, 4 deletions
diff --git a/odb/mysql/version.hxx b/odb/mysql/version.hxx
index 519780e..ca989ec 100644
--- a/odb/mysql/version.hxx
+++ b/odb/mysql/version.hxx
@@ -37,7 +37,7 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 10400
+#if ODB_VERSION != 10500
# error incompatible odb interface version detected
#endif
@@ -50,8 +50,8 @@
// libodb-mysql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MYSQL_VERSION 1040000
-#define LIBODB_MYSQL_VERSION_STR "1.4.0"
+#define LIBODB_MYSQL_VERSION 1050000
+#define LIBODB_MYSQL_VERSION_STR "1.5.0"
#include <odb/post.hxx>
diff --git a/version b/version
index 88c5fb8..bc80560 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.4.0
+1.5.0