File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGE LOG
2
2
3
- ### 2.4.0-b6
3
+ ### 2.4.0-rc1
4
4
* Core
5
5
* EDDI will now take commander ratings/rankings from the journal in addition to from the API.
6
6
* EDDN market and outfitting updating restored, accomodating 2.4 cAPI changes. Bonus - now sending shipyard data to EDDN!
Original file line number Diff line number Diff line change 2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " EDDI"
5
- #define MyAppVersion " 2.4.0-b6 "
5
+ #define MyAppVersion " 2.4.0-rc1 "
6
6
#define MyAppPublisher " Elite Dangerous Community Developers (EDCD)"
7
7
#define MyAppURL " https://github.com/EDCD/EDDI/"
8
8
#define MyAppExeName " EDDI.exe"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace Utilities
12
12
public class Constants
13
13
{
14
14
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 " ;
16
16
public const string EDDI_SERVER_URL = "http://edcd.github.io/EDDP/" ;
17
17
18
18
public static readonly string DATA_DIR = Environment . GetEnvironmentVariable ( "AppData" ) + "\\ " + EDDI_NAME ;
You can’t perform that action at this time.
0 commit comments