From 3c34fb6a04356d79cf48bb5befb8f79d6de65be5 Mon Sep 17 00:00:00 2001 From: d4koon Date: Sun, 13 Dec 2020 12:07:41 +0100 Subject: [PATCH] Change version to 1.7.1.0 --- WhatsappTray/Version.rc2 | 2 +- setupBuildfile.iss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WhatsappTray/Version.rc2 b/WhatsappTray/Version.rc2 index bcd9f29..75d7460 100644 --- a/WhatsappTray/Version.rc2 +++ b/WhatsappTray/Version.rc2 @@ -7,7 +7,7 @@ #define MAJOR 1 #define MINOR 7 -#define PATCH 0 +#define PATCH 1 #define IS_DEBUG 0 #define STRINGIFY(x) #x diff --git a/setupBuildfile.iss b/setupBuildfile.iss index 12c80a9..7958ef8 100644 --- a/setupBuildfile.iss +++ b/setupBuildfile.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "WhatsappTray" -#define MyAppVersion "1.7.0" +#define MyAppVersion "1.7.1" #define MyAppURL "https://github.com/D4koon/WhatsappTray" #define MyAppExeName "WhatsappTray.exe"