Skip to content

Commit 3f683e4

Browse files
committed
Update version to 5.10.4-alpha.2
1 parent ae937b4 commit 3f683e4

2 files changed

Lines changed: 3 additions & 3 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.1.exe"
4+
!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.2.exe"
55
!endif
66
!define INSTALLLOCATION "Bridge Command 5.10"
77
!define SMFOLDER "Bridge Command 5.10"

src/Constants.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const irr::f32 DEG_IN_RAD = 180.0 / PI;
4444
const irr::f32 RAD_PER_S_IN_DEG_PER_MINUTE = 180.0/PI * 60 ;
4545

4646
//general definitions
47-
const std::string LONGNAME = "Bridge Command 5.10.4-alpha.1";
47+
const std::string LONGNAME = "Bridge Command 5.10.4-alpha.2";
4848
const std::string VERSION = "5.10";
49-
const std::string LONGVERSION = "5.10.4-alpha.1";
49+
const std::string LONGVERSION = "5.10.4-alpha.2";
5050
#endif

0 commit comments

Comments
 (0)