Skip to content

Commit

Permalink
Let's call it 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Oct 18, 2017
1 parent 7857091 commit 483c980
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion EDDI/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# CHANGE LOG

### 2.4.0-rc2
### 2.4.1
* We just needed to bump the version number to flush out 2.4.0 builds that didn't understand that 'rc' means 'release candidate'. (Because it's a computer and, guess what, we have to tell it stuff like that.)

### 2.4.0
* Core
* Eliminated the approx 7 second delay on app startup that was introduced in rc1.
* Speech 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 "2.4.0"
#define MyAppVersion "2.4.1"
#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.0";
public const string EDDI_VERSION = "2.4.1";
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 483c980

Please sign in to comment.