diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 16:37:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-29 16:37:05 +0200 |
commit | 3c13e8cd7a1b0bf7490b172b48424a91b126c650 (patch) | |
tree | f02fc8706fced0f6ac52ebadf5090130e4701c0c | |
parent | 11c19597b9f35817c00167c7ea9ea1ad0be1e150 (diff) |
Bump version to 1.8.01.8.0
-rw-r--r-- | odb/version.hxx | 8 | ||||
-rw-r--r-- | version | 2 |
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> @@ -1 +1 @@ -1.7.0 +1.8.0 |