Skip to content

Commit

Permalink
to 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbuckle committed Oct 17, 2017
1 parent 5ab3652 commit d6aa9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-rc2"
#define MyAppVersion "2.4.0"
#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-rc2";
public const string EDDI_VERSION = "2.4.0";
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 d6aa9b1

Please sign in to comment.