aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-11-09 18:18:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-11-09 18:18:49 +0200
commit6f8b428413d73ee9aac86e282e20358933b3f840 (patch)
tree0e1e484e847467e27bf3bcb91c61cd54a8b37e47
parent0bf77eaad1fb2ad23f9aec64ea0fe3ab7cf06a28 (diff)
Bump version to 2.5.0.a2
-rw-r--r--odb/mssql/version.hxx6
-rw-r--r--version2
2 files changed, 4 insertions, 4 deletions
diff --git a/odb/mssql/version.hxx b/odb/mssql/version.hxx
index b8f2f22..4c1f32e 100644
--- a/odb/mssql/version.hxx
+++ b/odb/mssql/version.hxx
@@ -29,15 +29,15 @@
// Check that we have compatible ODB version.
//
-#if ODB_VERSION != 20401
+#if ODB_VERSION != 20402
# error incompatible odb interface version detected
#endif
// libodb-mssql version: odb interface version plus the bugfix
// version.
//
-#define LIBODB_MSSQL_VERSION 2049901
-#define LIBODB_MSSQL_VERSION_STR "2.5.0.a1"
+#define LIBODB_MSSQL_VERSION 2049902
+#define LIBODB_MSSQL_VERSION_STR "2.5.0.a2"
#include <odb/post.hxx>
diff --git a/version b/version
index 3a437d9..b7f6fd3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0.a1
+2.5.0.a2