File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed 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-rc2 "
5
+ #define MyAppVersion " 2.4.0"
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-rc2 " ;
15
+ public const string EDDI_VERSION = "2.4.0" ;
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