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
commit06e8cada6060b3408484d71f6bb576cae2409216 (patch)
treef0cfb49eb36049380baf3e17e6c69b1b8417ea8a
parent2075569d9731df51ec111e704d9dfacdc048172e (diff)
Bump version to 2.5.0.a2
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 6d6dbf0..fbcfad6 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -24,12 +24,12 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 20401
-#define ODB_VERSION_STR "2.5.a1"
+#define ODB_VERSION 20402
+#define ODB_VERSION_STR "2.5.a2"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049901
-#define ODB_COMPILER_VERSION_STR "2.5.0.a1"
+#define ODB_COMPILER_VERSION 2049902
+#define ODB_COMPILER_VERSION_STR "2.5.0.a2"
#endif // ODB_VERSION_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