diff options
-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 |