diff --git a/ui-win32/Properties/AssemblyInfo.cs b/ui-win32/Properties/AssemblyInfo.cs index 24186fe71..8d945efaf 100644 --- a/ui-win32/Properties/AssemblyInfo.cs +++ b/ui-win32/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -32,10 +32,10 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.4.1.0")] -[assembly: AssemblyFileVersion("0.4.1.0")] +[assembly: AssemblyVersion("0.4.3")] +[assembly: AssemblyFileVersion("0.4.3")] #if DEBUG -[assembly: AssemblyInformationalVersion("0.4.1-dev-{chash:8}")] +[assembly: AssemblyInformationalVersion("0.4.3-dev-{chash:8}")] #else -[assembly: AssemblyInformationalVersion("0.4.1 (RELEASE_CODENAME)")] +[assembly: AssemblyInformationalVersion("0.4.3 (RELEASE_CODENAME)")] #endif \ No newline at end of file diff --git a/win32-setup/lokinet-win32.iss b/win32-setup/lokinet-win32.iss index 2a64fe238..46722785a 100644 --- a/win32-setup/lokinet-win32.iss +++ b/win32-setup/lokinet-win32.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "loki-network" -#define MyAppVersion "0.4.0" +#define MyAppVersion "0.4.3" #define MyAppPublisher "Loki Project" #define MyAppURL "https://loki.network" #define MyAppExeName "lokinetui.exe" @@ -39,18 +39,18 @@ OutputDir={#DevPath}win32-setup OutputBaseFilename=lokinet-win32 Compression=lzma SolidCompression=yes -VersionInfoVersion=0.4.1 +VersionInfoVersion=0.4.3 VersionInfoCompany=Loki Project VersionInfoDescription=LokiNET for Microsoft® Windows® NT™ #ifndef RELEASE -VersionInfoTextVersion=0.4.1-dev-{#VCSRev} -VersionInfoProductTextVersion=0.4.1-dev-{#VCSRev} +VersionInfoTextVersion=0.4.3-dev-{#VCSRev} +VersionInfoProductTextVersion=0.4.3-dev-{#VCSRev} #else -VersionInfoTextVersion=0.4.1 -VersionInfoProductTextVersion=0.4.1 ({#Codename}) +VersionInfoTextVersion=0.4.3 +VersionInfoProductTextVersion=0.4.3 ({#Codename}) #endif VersionInfoProductName=LokiNET -VersionInfoProductVersion=0.4.1 +VersionInfoProductVersion=0.4.3 InternalCompressLevel=ultra64 MinVersion=0,5.0 ArchitecturesInstallIn64BitMode=x64