aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-02 15:08:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-02 15:08:26 +0200
commitc7bac911f0d0c2c542841426f870ef882eb4303d (patch)
treef71fd199bad1c6f3ea9732293640ad07f4f24a1c /odb/version.hxx
parentb12b8261d50a825deee756b517635053718beb29 (diff)
Bump version to 1.7.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 27ed0bf..24c923c 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 10600
-#define ODB_VERSION_STR "1.6"
+#define ODB_VERSION 10601
+#define ODB_VERSION_STR "1.7.a1"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 1060000
-#define ODB_COMPILER_VERSION_STR "1.6.0"
+#define ODB_COMPILER_VERSION 1069901
+#define ODB_COMPILER_VERSION_STR "1.7.0.a1"
#endif // ODB_VERSION_HXX