update to 0.4.1

This commit is contained in:
Rick V 2019-05-05 21:32:40 -05:00
parent a822818f50
commit d749ebeb39
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465
2 changed files with 10 additions and 10 deletions

View File

@ -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

View File

@ -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