From 04c333f02003dbaf99bc924305ded0333e79a4ca Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Thu, 8 Feb 2024 19:29:16 +0530 Subject: [PATCH] inno: setup version updated to 12.0.1 --- DnsServerWindowsSetup/DnsServerSetup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DnsServerWindowsSetup/DnsServerSetup.iss b/DnsServerWindowsSetup/DnsServerSetup.iss index fc9e6c34..afe97d28 100644 --- a/DnsServerWindowsSetup/DnsServerSetup.iss +++ b/DnsServerWindowsSetup/DnsServerSetup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Technitium DNS Server" -#define MyAppVersion "12.0" +#define MyAppVersion "12.0.1" #define MyAppPublisher "Technitium" #define MyAppURL "https://technitium.com/dns/" #define MyAppExeName "DnsServerSystemTrayApp.exe"