Skip to content

Commit d6aa9b1

Browse files
committed
to 2.4.0 release
1 parent 5ab3652 commit d6aa9b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Installer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "EDDI"
5-
#define MyAppVersion "2.4.0-rc2"
5+
#define MyAppVersion "2.4.0"
66
#define MyAppPublisher "Elite Dangerous Community Developers (EDCD)"
77
#define MyAppURL "https://github.com/EDCD/EDDI/"
88
#define MyAppExeName "EDDI.exe"

Utilities/Constants.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Utilities
1212
public class Constants
1313
{
1414
public const string EDDI_NAME = "EDDI";
15-
public const string EDDI_VERSION = "2.4.0-rc2";
15+
public const string EDDI_VERSION = "2.4.0";
1616
public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/";
1717

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

0 commit comments

Comments
 (0)