We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c4b86 commit 89f1d36Copy full SHA for 89f1d36
2 files changed
bin/installNoSource.nsi
@@ -1,7 +1,7 @@
1
;setup names
2
!define PROGRAMNAME "Bridge Command 5.10"
3
!ifndef OUTPUTFILE
4
-!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.3.exe"
+!define OUTPUTFILE "..\BridgeCommand5.10.4-alpha.4.exe"
5
!endif
6
!define INSTALLLOCATION "Bridge Command 5.10"
7
!define SMFOLDER "Bridge Command 5.10"
src/Constants.hpp
@@ -46,5 +46,5 @@ const irr::f32 RAD_PER_S_IN_DEG_PER_MINUTE = 180.0/PI * 60 ;
46
//general definitions
47
const std::string LONGNAME = "Bridge Command 5.10.4-alpha.3";
48
const std::string VERSION = "5.10";
49
-const std::string LONGVERSION = "5.10.4-alpha.3";
+const std::string LONGVERSION = "5.10.4-alpha.4";
50
#endif
0 commit comments