aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-05-05 12:50:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-05-05 12:50:10 +0200
commit277bf3f0e9be25e3d801ee98dd4dcc5fbd154b6f (patch)
tree3ff624771ec526aba50558329109695ed5dcf538
parentedd296ecab65ccc68de188afa8255526c9526018 (diff)
Bump version to 2.5.0-b.2.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 2f6c4d3..39d9efa 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 20451
-#define ODB_VERSION_STR "2.5-b.1"
+#define ODB_VERSION 20452
+#define ODB_VERSION_STR "2.5-b.2"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049951
-#define ODB_COMPILER_VERSION_STR "2.5.0-b.1"
+#define ODB_COMPILER_VERSION 2049952
+#define ODB_COMPILER_VERSION_STR "2.5.0-b.2"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index 07ad3e3..00e2348 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.5.0-b.1
+2.5.0-b.2