From 334142d7f80aa30e80c6ffb942fe1339a0e97333 Mon Sep 17 00:00:00 2001 From: James Packer Date: Fri, 31 Oct 2025 18:09:24 +0000 Subject: [PATCH 1/2] Update installNoSource.nsi --- bin/installNoSource.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installNoSource.nsi b/bin/installNoSource.nsi index f9ba177b..7c536c47 100644 --- a/bin/installNoSource.nsi +++ b/bin/installNoSource.nsi @@ -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" From 5d945fcb87edff4b99adec9be882ade0847bf664 Mon Sep 17 00:00:00 2001 From: James Packer Date: Fri, 31 Oct 2025 18:11:20 +0000 Subject: [PATCH 2/2] Update Constants.hpp --- src/Constants.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Constants.hpp b/src/Constants.hpp index a094f6dc..1df93c57 100644 --- a/src/Constants.hpp +++ b/src/Constants.hpp @@ -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 \ No newline at end of file +const std::string LONGVERSION = "5.10.4-alpha.1"; +#endif