aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-03-02 18:08:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-03-02 18:08:04 +0200
commit5a8116e4f96f0399d15077885e09d07a05c50056 (patch)
tree3bf32723d79575709b2e6ad2ae2440a227345d6f /odb/version.hxx
parente9a84342f8423708b1779606bcad45ff75b6bf88 (diff)
Bump version to 1.9.0.a1
Diffstat (limited to 'odb/version.hxx')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index 25f1837..2d55a52 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 10800
-#define ODB_VERSION_STR "1.8"
+#define ODB_VERSION 10801
+#define ODB_VERSION_STR "1.9.a1"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 1080100
-#define ODB_COMPILER_VERSION_STR "1.8.1"
+#define ODB_COMPILER_VERSION 1089901
+#define ODB_COMPILER_VERSION_STR "1.9.0.a1"
#endif // ODB_VERSION_HXX