aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-01-29 16:37:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-01-29 16:37:05 +0200
commit3c13e8cd7a1b0bf7490b172b48424a91b126c650 (patch)
treef02fc8706fced0f6ac52ebadf5090130e4701c0c
parent11c19597b9f35817c00167c7ea9ea1ad0be1e150 (diff)
Bump version to 1.8.01.8.0
-rw-r--r--odb/version.hxx8
-rw-r--r--version2
2 files changed, 5 insertions, 5 deletions
diff --git a/odb/version.hxx b/odb/version.hxx
index f61303e..b285f4f 100644
--- a/odb/version.hxx
+++ b/odb/version.hxx
@@ -26,13 +26,13 @@
// ODB interface version: minor, major, and alpha/beta versions.
//
-#define ODB_VERSION 10700
-#define ODB_VERSION_STR "1.7"
+#define ODB_VERSION 10800
+#define ODB_VERSION_STR "1.8"
// libodb version: interface version plus the bugfix version.
//
-#define LIBODB_VERSION 1070000
-#define LIBODB_VERSION_STR "1.7.0"
+#define LIBODB_VERSION 1080000
+#define LIBODB_VERSION_STR "1.8.0"
#include <odb/post.hxx>
diff --git a/version b/version
index bd8bf88..27f9cd3 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-1.7.0
+1.8.0