aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-07-17 10:44:03 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-07-17 10:44:03 +0200
commite8b6dc6bad63c84ab48f12a15abe0716c798d3c7 (patch)
treee9f2ad80504ac0ebe780ff2f97f4b68941d464aa /odb/version.hxx
parentcc2c516beec6321c1864ba2b05904a56d665f9b3 (diff)
Bump version to 2.1.0.a12.1.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 466abfe..06311d8 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 20000
-#define ODB_VERSION_STR "2.0"
+#define ODB_VERSION 20001
+#define ODB_VERSION_STR "2.1.a1"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2000100
-#define ODB_COMPILER_VERSION_STR "2.0.1"
+#define ODB_COMPILER_VERSION 2009901
+#define ODB_COMPILER_VERSION_STR "2.1.0.a1"
#endif // ODB_VERSION_HXX