bump version

(cherry picked from commit 642be27c839d3b86bcb6ce40842add9dee165d65)

# Conflicts:
#	win32-setup/lokinet-win32.iss
pull/619/head
Rick V 5 years ago
parent ad576f3b07
commit 43296127cd
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -1,4 +1,4 @@
using System.Reflection; using System.Reflection;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using System.Runtime.InteropServices; 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 // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.4.1.0")] [assembly: AssemblyVersion("0.4.3")]
[assembly: AssemblyFileVersion("0.4.1.0")] [assembly: AssemblyFileVersion("0.4.3")]
#if DEBUG #if DEBUG
[assembly: AssemblyInformationalVersion("0.4.1-dev-{chash:8}")] [assembly: AssemblyInformationalVersion("0.4.3-dev-{chash:8}")]
#else #else
[assembly: AssemblyInformationalVersion("0.4.1 (RELEASE_CODENAME)")] [assembly: AssemblyInformationalVersion("0.4.3 (RELEASE_CODENAME)")]
#endif #endif

@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "loki-network" #define MyAppName "loki-network"
#define MyAppVersion "0.4.0" #define MyAppVersion "0.4.3"
#define MyAppPublisher "Loki Project" #define MyAppPublisher "Loki Project"
#define MyAppURL "https://loki.network" #define MyAppURL "https://loki.network"
#define MyAppExeName "lokinetui.exe" #define MyAppExeName "lokinetui.exe"
@ -39,18 +39,18 @@ OutputDir={#DevPath}win32-setup
OutputBaseFilename=lokinet-win32 OutputBaseFilename=lokinet-win32
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
VersionInfoVersion=0.4.1 VersionInfoVersion=0.4.3
VersionInfoCompany=Loki Project VersionInfoCompany=Loki Project
VersionInfoDescription=LokiNET for Microsoft® Windows® NT™ VersionInfoDescription=LokiNET for Microsoft® Windows® NT™
#ifndef RELEASE #ifndef RELEASE
VersionInfoTextVersion=0.4.1-dev-{#VCSRev} VersionInfoTextVersion=0.4.3-dev-{#VCSRev}
VersionInfoProductTextVersion=0.4.1-dev-{#VCSRev} VersionInfoProductTextVersion=0.4.3-dev-{#VCSRev}
#else #else
VersionInfoTextVersion=0.4.1 VersionInfoTextVersion=0.4.3
VersionInfoProductTextVersion=0.4.1 ({#Codename}) VersionInfoProductTextVersion=0.4.3 ({#Codename})
#endif #endif
VersionInfoProductName=LokiNET VersionInfoProductName=LokiNET
VersionInfoProductVersion=0.4.1 VersionInfoProductVersion=0.4.3
InternalCompressLevel=ultra64 InternalCompressLevel=ultra64
MinVersion=0,5.0 MinVersion=0,5.0
ArchitecturesInstallIn64BitMode=x64 ArchitecturesInstallIn64BitMode=x64

Loading…
Cancel
Save