aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-08-01 11:27:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-08-01 11:27:07 +0200
commit40cabcb9926e2e2bbeae24158c2b8efae4c0896a (patch)
tree115f9b9101be9dbba8c7e6da93b8b4f69892676d
parent722487f238c559cdf78fd36610b1733540a631b4 (diff)
Bump version to 2.4.0.a3
-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 1db88a1..e5289eb 100644
--- a/odb/mysql/version.hxx
+++ b/odb/mysql/version.hxx
@@ -36,7 +36,7 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20302
+#if ODB_VERSION != 20303
# error incompatible odb interface version detected
#endif
@@ -49,8 +49,8 @@
// libodb-mysql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MYSQL_VERSION 2039902
-#define LIBODB_MYSQL_VERSION_STR "2.4.0.a2"
+#define LIBODB_MYSQL_VERSION 2039903
+#define LIBODB_MYSQL_VERSION_STR "2.4.0.a3"
#include <odb/post.hxx>
diff --git a/version b/version
index dd4b617..26d9ac3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.4.0.a2
+2.4.0.a3