aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-08 14:08:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-08-08 14:08:25 +0200
commitcbf4330065371f286bdd82d63d108a4104b09c4c (patch)
treee436fb8418e38e16b5e9ee21f324c525ced4d22a
parent1b76a69c344af711597de23792c595ece9e19faa (diff)
Bump version to 2.5.0-b.6.z, master is open for business
-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 4938938..0877880 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 20455
-#define ODB_VERSION_STR "2.5-b.5"
+#define ODB_VERSION 20456
+#define ODB_VERSION_STR "2.5-b.6"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049955
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.5"
+#define ODB_COMPILER_VERSION 2049956
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.6"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index 22c5d3e..62aaa61 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.5
+2.5.0-b.6