Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/installNoSource.nsi
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;setup names
!define PROGRAMNAME "Bridge Command 5.10"
!ifndef OUTPUTFILE
!define OUTPUTFILE "..\BridgeCommand5.10.3.exe"
!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.1.exe"
!endif
!define INSTALLLOCATION "Bridge Command 5.10"
!define SMFOLDER "Bridge Command 5.10"
Expand Down
6 changes: 3 additions & 3 deletions src/Constants.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const irr::f32 DEG_IN_RAD = 180.0 / PI;
const irr::f32 RAD_PER_S_IN_DEG_PER_MINUTE = 180.0/PI * 60 ;

//general definitions
const std::string LONGNAME = "Bridge Command 5.10.3";
const std::string LONGNAME = "Bridge Command 5.10.4-alpha.1";
const std::string VERSION = "5.10";
const std::string LONGVERSION = "5.10.3";
#endif
const std::string LONGVERSION = "5.10.4-alpha.1";
#endif