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.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nowrep committed Jan 16, 2018
1 parent d70ec15 commit e9223e9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.2.4
* released X
* released 16 January 2018
* added option to disable search suggestions from locationbar
* added support for detaching and moving tabs to other windows with drag&drop
* added support for dropping text/url on tabbar to create new tabs
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.3. You can download precompiled packages
The current stable version of QupZilla is 2.2.4. 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.3.{build}-{branch}
version: 2.2.4.{build}-{branch}
shallow_clone: true

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

environment:
global:
QZ_VER: 2.2.3
QZ_VER: 2.2.4
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.3
QZ_VERSION = 2.2.4
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.3</string>
<string>2.2.4</string>
<key>CFBundleVersion</key>
<string>2.2.3</string>
<string>2.2.4</string>
<key>CFBundleSignature</key>
<string>@TYPEINFO@</string>
<key>CFBundleExecutable</key>
Expand Down
10 changes: 5 additions & 5 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,3,0
PRODUCTVERSION 2,2,3,0
FILEVERSION 2,2,4,0
PRODUCTVERSION 2,2,4,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.3"
VALUE "LegalCopyright", "Copyright (C) 2010-2017 David Rosca"
VALUE "FileVersion", "2.2.4"
VALUE "LegalCopyright", "Copyright (C) 2010-2018 David Rosca"
VALUE "InternalName", "qupzilla"
VALUE "OriginalFilename", "qupzilla.exe"
VALUE "ProductName", "QupZilla"
VALUE "ProductVersion", "2.2.3"
VALUE "ProductVersion", "2.2.4"
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.3
!define VERSION 2.2.4
!define ARCH x86
!define MSVC_VER 140
!define OPENSSL_BIN_DIR .
Expand Down

0 comments on commit e9223e9

Please sign in to comment.