diff --git a/debian/changelog b/debian/changelog index 9d1b912..7f59fdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +qt-webkit-kiosk (1.99.1-1sergey1) unstable; urgency=medium + + * Version 1.99.1 + * Combined Qt4 and Qt5 code + * Fixed dependencies checks for win32 + * Removed unused embedded-server application + + -- Sergey Dryabzhinsky Sat, 05 Jul 2014 21:57:00 +0400 + qt-webkit-kiosk (1.99.0-1sergey1) unstable; urgency=medium * Version 1.99.0 diff --git a/resources/qt-webkit-kiosk.ini b/resources/qt-webkit-kiosk.ini index 20c4aad..c874665 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.0 +version=1.99.1 [printing] enable=false diff --git a/src/config.h b/src/config.h index 45fae73..8e0a90a 100644 --- a/src/config.h +++ b/src/config.h @@ -14,7 +14,7 @@ #endif #ifndef VERSION - #define VERSION "1.99.0" + #define VERSION "1.99.1" #endif #endif diff --git a/src/qt-webkit-kiosk.pro b/src/qt-webkit-kiosk.pro index 616bfbe..6dd141c 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.0 +VERSION = 1.99.1 CONFIG(debug, debug|release) { # here comes debug specific statements