From 57c302b3df84cefdf9db3b3769b5af5246bcec08 Mon Sep 17 00:00:00 2001 From: David Hancock Date: Wed, 6 Sep 2023 11:13:29 +0100 Subject: [PATCH 1/2] Revert "Bump version to 3.8.0" This reverts commit 6089db03df16f8d0d1b1202df47d681703ec2c1c. --- Countdown/Countdown.csproj | 4 ++-- Countdown/Installer/inno_script.iss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Countdown/Countdown.csproj b/Countdown/Countdown.csproj index a8d50f0..d91aed4 100644 --- a/Countdown/Countdown.csproj +++ b/Countdown/Countdown.csproj @@ -14,8 +14,8 @@ enable Resources\app.ico False - 3.8.0.0 - 3.8.0.0 + 3.7.0.0 + 3.7.0.0 diff --git a/Countdown/Installer/inno_script.iss b/Countdown/Installer/inno_script.iss index 7e63328..976364b 100644 --- a/Countdown/Installer/inno_script.iss +++ b/Countdown/Installer/inno_script.iss @@ -3,7 +3,7 @@ ; Inno 6.2.2 #define appName "Countdown" -#define appVer "3.8.0" +#define appVer "3.7.0" #define appExeName appName + ".exe" #define appId appName From 0a1d8bf89c1188bdf79accc0612b9444fd250359 Mon Sep 17 00:00:00 2001 From: David Hancock Date: Wed, 6 Sep 2023 11:15:31 +0100 Subject: [PATCH 2/2] Bump version to 3.7.1 --- Countdown/Countdown.csproj | 4 ++-- Countdown/Installer/inno_script.iss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Countdown/Countdown.csproj b/Countdown/Countdown.csproj index d91aed4..93084ce 100644 --- a/Countdown/Countdown.csproj +++ b/Countdown/Countdown.csproj @@ -14,8 +14,8 @@ enable Resources\app.ico False - 3.7.0.0 - 3.7.0.0 + 3.7.1.0 + 3.7.1.0 diff --git a/Countdown/Installer/inno_script.iss b/Countdown/Installer/inno_script.iss index 976364b..99b9ea4 100644 --- a/Countdown/Installer/inno_script.iss +++ b/Countdown/Installer/inno_script.iss @@ -3,7 +3,7 @@ ; Inno 6.2.2 #define appName "Countdown" -#define appVer "3.7.0" +#define appVer "3.7.1" #define appExeName appName + ".exe" #define appId appName