Skip to content

Commit 89f1d36

Browse files
committed
Update version to 5.10.4-alpha.4
1 parent a9c4b86 commit 89f1d36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bin/installNoSource.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;setup names
22
!define PROGRAMNAME "Bridge Command 5.10"
33
!ifndef OUTPUTFILE
4-
!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.3.exe"
4+
!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.4.exe"
55
!endif
66
!define INSTALLLOCATION "Bridge Command 5.10"
77
!define SMFOLDER "Bridge Command 5.10"

src/Constants.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ const irr::f32 RAD_PER_S_IN_DEG_PER_MINUTE = 180.0/PI * 60 ;
4646
//general definitions
4747
const std::string LONGNAME = "Bridge Command 5.10.4-alpha.3";
4848
const std::string VERSION = "5.10";
49-
const std::string LONGVERSION = "5.10.4-alpha.3";
49+
const std::string LONGVERSION = "5.10.4-alpha.4";
5050
#endif

0 commit comments

Comments
 (0)