From 7cd63ffd542190c637d5d9100d3c8f9dfea37bb9 Mon Sep 17 00:00:00 2001 From: Sergey Dryabzhinsky Date: Sun, 6 Jul 2014 01:16:51 +0400 Subject: [PATCH] Version 1.99.2 --- debian/changelog | 6 ++++++ resources/qt-webkit-kiosk.ini | 2 +- src/config.h | 2 +- src/qt-webkit-kiosk.pro | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7f59fdd..26d5eee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +qt-webkit-kiosk (1.99.2-1sergey1) unstable; urgency=medium + + * Fixed dependencies checks for *nix + + -- Sergey Dryabzhinsky Sun, 06 Jul 2014 01:16:15 +0400 + qt-webkit-kiosk (1.99.1-1sergey1) unstable; urgency=medium * Version 1.99.1 diff --git a/resources/qt-webkit-kiosk.ini b/resources/qt-webkit-kiosk.ini index c874665..464edcb 100644 --- a/resources/qt-webkit-kiosk.ini +++ b/resources/qt-webkit-kiosk.ini @@ -83,7 +83,7 @@ clean-on-exit=false organization=Organization organization-domain=www.example.com name=QtWebkitKiosk -version=1.99.1 +version=1.99.2 [printing] enable=false diff --git a/src/config.h b/src/config.h index 8e0a90a..3408c11 100644 --- a/src/config.h +++ b/src/config.h @@ -14,7 +14,7 @@ #endif #ifndef VERSION - #define VERSION "1.99.1" + #define VERSION "1.99.2" #endif #endif diff --git a/src/qt-webkit-kiosk.pro b/src/qt-webkit-kiosk.pro index 86203ff..505e89f 100644 --- a/src/qt-webkit-kiosk.pro +++ b/src/qt-webkit-kiosk.pro @@ -14,7 +14,7 @@ contains(QT_VERSION, ^5\\.[0-9]\\..*) { CONFIG += console link_pkgconfig TARGET = qt-webkit-kiosk TEMPLATE = app -VERSION = 1.99.1 +VERSION = 1.99.2 CONFIG(debug, debug|release) { # here comes debug specific statements