aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:13:12 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:13:12 +0200
commitd741e50e448198fa2efd7bed0c7fad9f40518498 (patch)
treebd9db9818305202f45a7a4c84942e724744d5792
parente32e4b9d8d79dd5491891b1a2c5ac9ad9b631780 (diff)
Bump version to 2.3.0.b1
-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 876fd39..540e062 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 20200
-#define ODB_VERSION_STR "2.2"
+#define ODB_VERSION 20251
+#define ODB_VERSION_STR "2.3.b1"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2020100
-#define ODB_COMPILER_VERSION_STR "2.2.1"
+#define ODB_COMPILER_VERSION 2029951
+#define ODB_COMPILER_VERSION_STR "2.3.0.b1"
#endif // ODB_VERSION_HXX
diff --git a/version b/version
index c043eea..44c7280 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-2.2.1
+2.3.0.b1