From bee6dc23c3d774dbbd8188ab0db70319374d639b Mon Sep 17 00:00:00 2001 From: Rick V Date: Thu, 16 Jan 2020 09:22:18 -0600 Subject: [PATCH] bump version --- ui-win32/Properties/AssemblyInfo.cs | 8 ++++---- win32-setup/lokinet-win32.iss | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ui-win32/Properties/AssemblyInfo.cs b/ui-win32/Properties/AssemblyInfo.cs index 752315001..1de05ae39 100644 --- a/ui-win32/Properties/AssemblyInfo.cs +++ b/ui-win32/Properties/AssemblyInfo.cs @@ -37,10 +37,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.6.2")] -[assembly: AssemblyFileVersion("0.6.2")] +[assembly: AssemblyVersion("0.6.4")] +[assembly: AssemblyFileVersion("0.6.4")] #if DEBUG -[assembly: AssemblyInformationalVersion("0.6.2-dev-{chash:8}")] +[assembly: AssemblyInformationalVersion("0.6.4-dev-{chash:8}")] #else -[assembly: AssemblyInformationalVersion("0.6.2 (RELEASE_CODENAME)")] +[assembly: AssemblyInformationalVersion("0.6.4 (RELEASE_CODENAME)")] #endif \ No newline at end of file diff --git a/win32-setup/lokinet-win32.iss b/win32-setup/lokinet-win32.iss index 92997c6e2..0ce516505 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 "Lokinet" -#define MyAppVersion "0.6.2" +#define MyAppVersion "0.6.4" #define MyAppPublisher "Loki Project" #define MyAppURL "https://lokinet.org" #define MyAppExeName "lokinetui.exe" @@ -38,18 +38,18 @@ OutputDir={#DevPath}win32-setup OutputBaseFilename=lokinet-win32 Compression=lzma2/ultra64 SolidCompression=yes -VersionInfoVersion=0.6.2 +VersionInfoVersion=0.6.4 VersionInfoCompany=Loki Project VersionInfoDescription=Lokinet for Microsoft® Windows® NT™ #ifndef RELEASE -VersionInfoTextVersion=0.6.2-dev-{#VCSRev} -VersionInfoProductTextVersion=0.6.2-dev-{#VCSRev} +VersionInfoTextVersion=0.6.4-dev-{#VCSRev} +VersionInfoProductTextVersion=0.6.4-dev-{#VCSRev} #else -VersionInfoTextVersion=0.6.2 -VersionInfoProductTextVersion=0.6.2 ({#Codename}) +VersionInfoTextVersion=0.6.4 +VersionInfoProductTextVersion=0.6.4 ({#Codename}) #endif VersionInfoProductName=Lokinet -VersionInfoProductVersion=0.6.2 +VersionInfoProductVersion=0.6.4 InternalCompressLevel=ultra64 MinVersion=0,5.0 ArchitecturesInstallIn64BitMode=x64