Skip to content

Commit

Permalink
Roll revision to r.4.1-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkael committed Jun 25, 2019
1 parent be60a00 commit 62a88bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

### Development
### 3.4.1-rc2
* Cargo monitor
* Fixed a bug that could disable the cargo monitor with translated versions of EDDI.
* EDSM responder
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.4.1-rc1"
#define MyAppVersion "3.4.1-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, 4, 1, Version.TestPhase.rc, 1);
public static Version EDDI_VERSION = new Version(3, 4, 1, Version.TestPhase.rc, 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")}";

Expand Down

0 comments on commit 62a88bd

Please sign in to comment.