aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-22 12:59:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-22 12:59:41 +0200
commitf530c03ebcd5d79f0848e26076a9f960b26b2d82 (patch)
tree482bd9bfdfb5d60d88da93c2fb3243a2d1bd24e0 /odb/version.hxx
parent03df2b8fa95d4a25f3d4fac7bc5df36c9aef7472 (diff)
Bump version to 2.5.0-a102.5.0-a10
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 59d36f7..fbf065f 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 20409
-#define ODB_VERSION_STR "2.5-a9"
+#define ODB_VERSION 20410
+#define ODB_VERSION_STR "2.5-a10"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 2049909
-#define ODB_COMPILER_VERSION_STR "2.5.0-a9"
+#define ODB_COMPILER_VERSION 2049910
+#define ODB_COMPILER_VERSION_STR "2.5.0-a10"
#endif // ODB_VERSION_HXX