aboutsummaryrefslogtreecommitdiff
path: root/odb/version.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-26 16:12:28 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-26 16:12:28 +0200
commitbb58fc40e0d19239a77786e3674f40fd0c92dbb3 (patch)
tree0cefe8cb7f127e868b4f3d9808af9cec3645ceca /odb/version.hxx
parent16eb462eaa456886a48942bbf7ff74c2d3cd7450 (diff)
Bump version to 1.4.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 c9f427f..a74c1d2 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 10300
-#define ODB_VERSION_STR "1.3"
+#define ODB_VERSION 10400
+#define ODB_VERSION_STR "1.4"
// ODB compiler version: interface version plus the bugfix version.
//
-#define ODB_COMPILER_VERSION 1030000
-#define ODB_COMPILER_VERSION_STR "1.3.0"
+#define ODB_COMPILER_VERSION 1040000
+#define ODB_COMPILER_VERSION_STR "1.4.0"
#endif // ODB_VERSION_HXX