diff --git a/ui-win32/Properties/AssemblyInfo.cs b/ui-win32/Properties/AssemblyInfo.cs index 9067d3e2b..24186fe71 100644 --- a/ui-win32/Properties/AssemblyInfo.cs +++ b/ui-win32/Properties/AssemblyInfo.cs @@ -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.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.4.1.0")] +[assembly: AssemblyFileVersion("0.4.1.0")] #if DEBUG -[assembly: AssemblyInformationalVersion("0.4.0-dev-{chash:8}")] +[assembly: AssemblyInformationalVersion("0.4.1-dev-{chash:8}")] #else -[assembly: AssemblyInformationalVersion("0.4.0 (RELEASE_CODENAME)")] +[assembly: AssemblyInformationalVersion("0.4.1 (RELEASE_CODENAME)")] #endif \ No newline at end of file diff --git a/win32-setup/lokinet-win32.iss b/win32-setup/lokinet-win32.iss index 20fa0c1c3..2a64fe238 100644 --- a/win32-setup/lokinet-win32.iss +++ b/win32-setup/lokinet-win32.iss @@ -39,18 +39,18 @@ OutputDir={#DevPath}win32-setup OutputBaseFilename=lokinet-win32 Compression=lzma SolidCompression=yes -VersionInfoVersion=0.4.0 +VersionInfoVersion=0.4.1 VersionInfoCompany=Loki Project VersionInfoDescription=LokiNET for Microsoft® Windows® NT™ #ifndef RELEASE -VersionInfoTextVersion=0.4.0-dev-{#VCSRev} -VersionInfoProductTextVersion=0.4.0-dev-{#VCSRev} +VersionInfoTextVersion=0.4.1-dev-{#VCSRev} +VersionInfoProductTextVersion=0.4.1-dev-{#VCSRev} #else -VersionInfoTextVersion=0.4.0 -VersionInfoProductTextVersion=0.4.0 ({#Codename}) +VersionInfoTextVersion=0.4.1 +VersionInfoProductTextVersion=0.4.1 ({#Codename}) #endif VersionInfoProductName=LokiNET -VersionInfoProductVersion=0.4.0 +VersionInfoProductVersion=0.4.1 InternalCompressLevel=ultra64 MinVersion=0,5.0 ArchitecturesInstallIn64BitMode=x64