From bf4920caf6f52c0c00cf8f5167613c6770a65020 Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 26 Mar 2022 17:40:02 +0530 Subject: [PATCH] inno: updated config for release --- DnsServerWindowsSetup/DnsServerSetup.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DnsServerWindowsSetup/DnsServerSetup.iss b/DnsServerWindowsSetup/DnsServerSetup.iss index 47b1489f..c3da910b 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 "7.1" +#define MyAppVersion "8.0" #define MyAppPublisher "Technitium" #define MyAppURL "https://technitium.com/dns/" #define MyAppExeName "DnsServerSystemTrayApp.exe" @@ -19,7 +19,7 @@ AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} VersionInfoVersion=2.0.0.0 -VersionInfoCopyright="Copyright (C) 2021 Technitium" +VersionInfoCopyright="Copyright (C) 2022 Technitium" DefaultDirName={commonpf32}\Technitium\DNS Server DefaultGroupName={#MyAppName} DisableProgramGroupPage=yes