From 22710b345f00ac152ad7ed941ee8c985939e5e26 Mon Sep 17 00:00:00 2001 From: Alexander Gorishnyak Date: Sat, 12 May 2018 00:50:32 +0600 Subject: [PATCH] Update Windows installer version to 2.0.0 --- setup/win32/setup.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/win32/setup.nsi b/setup/win32/setup.nsi index 57c06bf..d017faf 100644 --- a/setup/win32/setup.nsi +++ b/setup/win32/setup.nsi @@ -4,8 +4,8 @@ !define APPNAME "APK Icon Editor" !define COMPANYNAME "Alexander Gorishnyak" -!define VERSIONMAJOR 1 -!define VERSIONMINOR 8 +!define VERSIONMAJOR 2 +!define VERSIONMINOR 0 !define VERSIONPATCH 0 !define VERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONPATCH}" !define ABOUTURL "http://kefir500.github.io/apk-icon-editor"