From 228fc42d888961584b24def541e9441562b83a7f Mon Sep 17 00:00:00 2001 From: Richard Buckle Date: Thu, 28 Nov 2019 22:44:56 +0000 Subject: [PATCH] to 3.5.1 final --- EDDI/ChangeLog.md | 2 +- Installer.iss | 2 +- Utilities/Constants.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EDDI/ChangeLog.md b/EDDI/ChangeLog.md index 2bb8f112fc..81a5df2396 100644 --- a/EDDI/ChangeLog.md +++ b/EDDI/ChangeLog.md @@ -2,7 +2,7 @@ Full details of the variables available for each noted event, and VoiceAttack integrations, are available in the individual [event pages](https://github.com/EDCD/EDDI/wiki/Events). -### 3.5.1-rc1 +### 3.5.1 * Core * Ensured that all translation resources are now correctly incorporated. * EDSM responder diff --git a/Installer.iss b/Installer.iss index 0f6b0be854..090d67360b 100644 --- a/Installer.iss +++ b/Installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "EDDI" -#define MyAppVersion "3.5.1-rc1" +#define MyAppVersion "3.5.1" #define MyAppPublisher "Elite Dangerous Community Developers (EDCD)" #define MyAppURL "https://github.com/EDCD/EDDI/" #define MyAppExeName "EDDI.exe" diff --git a/Utilities/Constants.cs b/Utilities/Constants.cs index d9665f5ec0..ea45b8b955 100644 --- a/Utilities/Constants.cs +++ b/Utilities/Constants.cs @@ -10,7 +10,7 @@ public class Constants { public const string EDDI_NAME = "EDDI"; public const string EDDI_URL_PROTOCOL = "eddi"; - public static Version EDDI_VERSION = new Version(3, 5, 1, Version.TestPhase.rc, 1); + public static Version EDDI_VERSION = new Version(3, 5, 1, Version.TestPhase.final, 0); public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/"; public static readonly string EDDI_SYSTEM_MUTEX_NAME = $"{EDDI_SERVER_URL}/{EDDI_NAME}/{Environment.GetEnvironmentVariable("UserName")}";