Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

Commit

Permalink
Version 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Dec 5, 2017
1 parent 0cd15ad commit 81bb51c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.2.2
* released 00 December 2017
* released 05 December 2017
* updated available user agent strings
* added support for "font" option in AdBlock
* fix build with Qt 5.10
Expand All @@ -8,7 +8,9 @@ Version 2.2.2
* fix showing site icons on some systems
* fix clearing visited links when clearing history
* fix using system network proxy configuration
* fix saving window geometry when closing app with Ctrl+Q shortcut
* fix various issues with web page not being focused after restoring session
* fix AutoScroll plugin not being able to scroll to all directions in some cases
* Linux: add StartupWMClass to desktop file
* Windows: fix possible isssue with uninstaller removing more files than it should

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ On Mac OS X: To deploy QupZilla in dmg image, run this command:
Current version
----------------------------------------------------------------------------------------

The current stable version of QupZilla is 2.2.1. You can download precompiled packages
The current stable version of QupZilla is 2.2.2. You can download precompiled packages
and the sources from the download section at [homepage](https://www.qupzilla.com/download).
However, if you want the latest revision, just take the latest code snapshot either by
downloading a tarball or running:
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.2.1.{build}-{branch}
version: 2.2.2.{build}-{branch}
shallow_clone: true

cache:
Expand All @@ -23,7 +23,7 @@ image:

environment:
global:
QZ_VER: 2.2.1
QZ_VER: 2.2.2
VSVER: 14
ARCH: x86
QMAKESPEC: win32-msvc
Expand Down
2 changes: 1 addition & 1 deletion src/defines.pri
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UI_DIR = $$PWD/../build
# workaround for #849: see https://bugreports.qt-project.org/browse/QTBUG-23196
mocinclude.CONFIG *= fix_target

QZ_VERSION = 2.2.1
QZ_VERSION = 2.2.2
unix: VERSION = $$QZ_VERSION
DEFINES *= QUPZILLA_VERSION=\\\"""$$QZ_VERSION"\\\""

Expand Down
4 changes: 2 additions & 2 deletions src/main/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleGetInfoString</key>
<string>2.2.1</string>
<string>2.2.2</string>
<key>CFBundleVersion</key>
<string>2.2.1</string>
<string>2.2.2</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
Expand Down
8 changes: 4 additions & 4 deletions src/main/appicon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ IDI_ICON1 ICON DISCARDABLE "..\lib\data\icons\exeicons\qupzilla.ico"
IDI_ICON2 ICON DISCARDABLE "..\lib\data\icons\exeicons\page.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2,1,0
PRODUCTVERSION 2,2,1,0
FILEVERSION 2,2,2,0
PRODUCTVERSION 2,2,2,0
FILEFLAGS 0x0L
FILEFLAGSMASK 0x3fL
FILEOS 0x00040004L
Expand All @@ -18,12 +18,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "QupZilla Team"
VALUE "FileDescription", "QupZilla Web Browser"
VALUE "FileVersion", "2.2.1"
VALUE "FileVersion", "2.2.2"
VALUE "LegalCopyright", "Copyright (C) 2010-2017 David Rosca"
VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "2.2.1"
VALUE "ProductVersion", "2.2.2"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
; http://nsis.sourceforge.net/Registry_plug-in

!ifndef CUSTOM
!define VERSION 2.2.1
!define VERSION 2.2.2
!define ARCH x86
!define MSVC_VER 140
!define OPENSSL_BIN_DIR .
Expand Down

0 comments on commit 81bb51c

Please sign in to comment.