Skip to content

Commit

Permalink
Version 1.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Dryabzhinsky committed Jul 5, 2014
1 parent 424d522 commit 2d0d2b6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 05 Jul 2014 21:57:00 +0400

qt-webkit-kiosk (1.99.0-1sergey1) unstable; urgency=medium

* Version 1.99.0
Expand Down
2 changes: 1 addition & 1 deletion resources/qt-webkit-kiosk.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif

#ifndef VERSION
#define VERSION "1.99.0"
#define VERSION "1.99.1"
#endif

#endif
2 changes: 1 addition & 1 deletion src/qt-webkit-kiosk.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d0d2b6

Please sign in to comment.