aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-01-27 09:58:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-01-27 09:58:42 +0200
commit01d7849250c004d07a66a8e969c342ea48d101ca (patch)
tree9f837ad604884123b6ec4dbb0f13aa2ba0a1f217 /odb
parent39e1dc3a83b05eea91f31af17f599a0c2982dbcb (diff)
Bump version to 2.4.0.a6
Diffstat (limited to 'odb')
-rw-r--r--odb/version.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index ec8ea01..2034313 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 20305
-#define ODB_VERSION_STR "2.4.a5"
+#define ODB_VERSION 20306
+#define ODB_VERSION_STR "2.4.a6"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2039905
-#define ODB_COMPILER_VERSION_STR "2.4.0.a5"
+#define ODB_COMPILER_VERSION 2039906
+#define ODB_COMPILER_VERSION_STR "2.4.0.a6"
#endif // ODB_VERSION_HXX