Skip to content

Commit

Permalink
VERSION 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kefir500 committed Dec 8, 2014
1 parent e236fca commit dd4cad3
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 @@ -2,7 +2,7 @@
!define COMPANYNAME "Qwerty Minds"
!define VERSIONMAJOR 1
!define VERSIONMINOR 1
!define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.0"
!define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.1"
!define ABOUTURL "http://kefir500.github.io/apk-icon-editor"
!define UPDATEURL "http://kefir500.github.io/apk-icon-editor"
!define EXE "$INSTDIR\apk-icon-editor.exe"
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const int WINDOW_WIDTH = 800;
const int WINDOW_HEIGHT = 480;

// Application:
const QString VER = "1.1.0";
const QString VER = "1.1.1";
const QString URL_WEBSITE = "http://kefir500.github.io/apk-icon-editor/";
const QString URL_GITHUB = "https://github.com/kefir500/apk-icon-editor/";
const QString URL_VERSION = URL_WEBSITE + "VERSION";
Expand Down

0 comments on commit dd4cad3

Please sign in to comment.