Skip to content

Commit

Permalink
VERSION 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Nov 4, 2015
1 parent 31f02f7 commit 968ea5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define APPNAME "APK Icon Editor"
!define COMPANYNAME "Qwerty Minds"
!define VERSIONMAJOR 1
!define VERSIONMINOR 5
!define VERSIONMINOR 6
!define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.0"
!define ABOUTURL "http://kefir500.github.io/apk-icon-editor"
!define UPDATEURL "http://kefir500.github.io/apk-icon-editor/download/#update"
Expand Down
2 changes: 1 addition & 1 deletion src/apk-icon-editor.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ QT += widgets xml network
TEMPLATE = app

TARGET = apk-icon-editor
VERSION = 1.5.0
VERSION = 1.6.0

QMAKE_TARGET_PRODUCT = APK Icon Editor
QMAKE_TARGET_COMPANY = Qwerty Minds
Expand Down

0 comments on commit 968ea5f

Please sign in to comment.