Skip to content

Commit

Permalink
Roll to version 3.7.2-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jan 11, 2021
1 parent ded0c2d commit f8aed78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.7.2-rc2
* Core
* Fixed a bug that caused the `Signal detected` event to identify non-unique signals as unique rather than the reverse.

### 3.7.2-rc1
* Frontier API
* Fixed a bug that would re-play the speech "Frontier API connection operational" when the token was refreshed.
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.7.2-rc1"
#define MyAppVersion "3.7.2-rc2"
#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 @@ -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, 7, 2, Version.TestPhase.rc, 1);
public static Version EDDI_VERSION = new Version(3, 7, 2, Version.TestPhase.rc, 2);
public const string EDDI_SERVER_URL = "https://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 f8aed78

Please sign in to comment.