aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:25:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-07-25 09:25:47 +0200
commitc06b6e680ad2fe986f12bbda593f9b5b7c1fc22b (patch)
tree31af28ece6e4413100cf30d4d32e38bd38978d1c /odb/version.hxx
parent4b885cb847c54a67aab15df97794f13d66157133 (diff)
Bump version to 1.5.0
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 a74c1d2..faf1a00 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 10400
-#define ODB_VERSION_STR "1.4"
+#define ODB_VERSION 10500
+#define ODB_VERSION_STR "1.5"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 1040000
-#define ODB_COMPILER_VERSION_STR "1.4.0"
+#define ODB_COMPILER_VERSION 1050000
+#define ODB_COMPILER_VERSION_STR "1.5.0"
#endif // ODB_VERSION_HXX