From 0d5524cedaa455c326ef6025cd861eda55539d9c Mon Sep 17 00:00:00 2001 From: Richard Buckle Date: Wed, 23 Oct 2019 20:50:38 +0100 Subject: [PATCH] to 3.5.0-b2 --- Installer.iss | 2 +- Utilities/Constants.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer.iss b/Installer.iss index 2dc4391061..ef8aed7c3e 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.0-b1" +#define MyAppVersion "3.5.0-b2" #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 fb25be761d..8a28f1ebd8 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, 0, Version.TestPhase.b, 1); + public static Version EDDI_VERSION = new Version(3, 5, 0, Version.TestPhase.b, 2); 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")}";