diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-28 09:41:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-10-28 09:41:24 +0200 |
commit | 3112e8a9764fe3dcb0978dd30209797d24e1b1b0 (patch) | |
tree | 2134f9e68b58aa840cc1199353f20219f85fd599 | |
parent | dfb1e0a293eb73dca115b6cef8edff8e802c9cb7 (diff) |
-rw-r--r-- | odb/qt/version.hxx | 4 | ||||
-rw-r--r-- | odb/qt/version.options | 2 | ||||
-rw-r--r-- | version | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/odb/qt/version.hxx b/odb/qt/version.hxx index 188ec11..edbbbdf 100644 --- a/odb/qt/version.hxx +++ b/odb/qt/version.hxx @@ -36,8 +36,8 @@ // libodb-qt version: odb interface version plus the bugfix // version. // -#define LIBODB_QT_VERSION 1060000 -#define LIBODB_QT_VERSION_STR "1.6.0" +#define LIBODB_QT_VERSION 1060100 +#define LIBODB_QT_VERSION_STR "1.6.1" #include <odb/post.hxx> diff --git a/odb/qt/version.options b/odb/qt/version.options index 7a913f3..82a5aba 100644 --- a/odb/qt/version.options +++ b/odb/qt/version.options @@ -8,6 +8,6 @@ # --hxx-prologue '#include <odb/qt/version.hxx>' ---hxx-prologue '#if LIBODB_QT_VERSION != 1060000 // 1.6.0' +--hxx-prologue '#if LIBODB_QT_VERSION != 1060100 // 1.6.1' --hxx-prologue '# error ODB and C++ compilers see different libodb-qt versions' --hxx-prologue '#endif' @@ -1 +1 @@ -1.6.0 +1.6.1 |