From 3112e8a9764fe3dcb0978dd30209797d24e1b1b0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 28 Oct 2011 09:41:24 +0200 Subject: Bump version to 1.6.1 --- odb/qt/version.hxx | 4 ++-- odb/qt/version.options | 2 +- 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 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 ' ---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' diff --git a/version b/version index dc1e644..9c6d629 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.6.0 +1.6.1 -- cgit v1.1