Skip to content

Commit

Permalink
Bump version to 3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Mar 21, 2018
1 parent a026c76 commit 8d3ce33
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGE LOG

### 3.0.0-b4
### 3.0.0-rc1
* Core
* Incorporated new data definitions for 3.0.
* Installer
Expand All @@ -13,6 +13,7 @@
* VoiceAttack
* Added the following new variables
* `{BOOL:EDDI speaking}` True if EDDI is speaking, false otherwise. Useful for synchronizing speech between EDDI and other sources in VoiceAttack.
* Fixed a bug whereby `cmdr.title` was not being initialised.

### 3.0.0-b3
* Core
Expand Down
2 changes: 1 addition & 1 deletion Installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "EDDI"
#define MyAppVersion "3.0.0-b4"
#define MyAppVersion "3.0.0-rc1"
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
#define MyAppURL "https://github.com/EDCD/EDDI/"
#define MyAppExeName "EDDI.exe"
Expand Down
2 changes: 1 addition & 1 deletion Utilities/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Utilities
public class Constants
{
public const string EDDI_NAME = "EDDI";
public const string EDDI_VERSION = "3.0.0-b4";
public const string EDDI_VERSION = "3.0.0-rc1";
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")}";

Expand Down

0 comments on commit 8d3ce33

Please sign in to comment.