aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-09-20 16:43:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-09-20 16:43:14 +0200
commit7fddedc22a6c972306732626eda9f3cd0c6993f5 (patch)
tree03d1895979993f86025a37b2ae19b9d523f54a93
parent06cace40d185254d17d74f4ae933dc86cc80d9bd (diff)
Bump version to 1.6.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 07c884f..056dd12 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -25,12 +25,12 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 10501
-#define ODB_VERSION_STR "1.6.a1"
+#define ODB_VERSION 10502
+#define ODB_VERSION_STR "1.6.a2"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 1059901
-#define ODB_COMPILER_VERSION_STR "1.6.0.a1"
+#define ODB_COMPILER_VERSION 1059902
+#define ODB_COMPILER_VERSION_STR "1.6.0.a2"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index f715635..be9a4ff 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.6.0.a1
+1.6.0.a2