Skip to content

Commit

Permalink
To 2.4.2 final
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Oct 23, 2017
1 parent b098eec commit 3574b51
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 @@

### 2.4.2
* Core
* Revised EDDN updating for naming changes in ED 2.4.
* Revised EDDN updating for naming changes in ED 2.4. This makes EDDI 2.4.2 a mandatory update.
* Revised error reporting. The 'Send EDDI log to developers' button is now called 'Report an Issue' and routes users to our Github issues page. If verbose logging is enabled, a zipped and truncated log file is placed on the desktop so that it may be attached to the Github issue.
* Material Monitor
* Fixed a bug that prevented EDDI from recognizing and removing old versions of some data from the Material Monitor.
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 "2.4.2-b2"
#define MyAppVersion "2.4.2"
#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 @@ -12,7 +12,7 @@ namespace Utilities
public class Constants
{
public const string EDDI_NAME = "EDDI";
public const string EDDI_VERSION = "2.4.2-b2";
public const string EDDI_VERSION = "2.4.2";
public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/";

public static readonly string DATA_DIR = Environment.GetEnvironmentVariable("AppData") + "\\" + EDDI_NAME;
Expand Down

0 comments on commit 3574b51

Please sign in to comment.