Skip to content

Commit 94a4f63

Browse files
committed
Bump version to 2.4.0-rc1
1 parent 5c68545 commit 94a4f63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

EDDI/ChangeLog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGE LOG
22

3-
### 2.4.0-b6
3+
### 2.4.0-rc1
44
* Core
55
* EDDI will now take commander ratings/rankings from the journal in addition to from the API.
66
* EDDN market and outfitting updating restored, accomodating 2.4 cAPI changes. Bonus - now sending shipyard data to EDDN!

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-b6"
5+
#define MyAppVersion "2.4.0-rc1"
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-b6";
15+
public const string EDDI_VERSION = "2.4.0-rc1";
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)