inno: updated version to 10.0 for release

This commit is contained in:
Shreyas Zare
2022-11-26 14:06:47 +05:30
parent bc79febee1
commit 6ce5528537

View File

@@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "Technitium DNS Server"
#define MyAppVersion "9.1"
#define MyAppVersion "10.0"
#define MyAppPublisher "Technitium"
#define MyAppURL "https://technitium.com/dns/"
#define MyAppExeName "DnsServerSystemTrayApp.exe"
@@ -18,7 +18,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
VersionInfoVersion=2.0.0.0
VersionInfoVersion=2.1.0.0
VersionInfoCopyright="Copyright (C) 2022 Technitium"
DefaultDirName={commonpf32}\Technitium\DNS Server
DefaultGroupName={#MyAppName}