diff --git a/convert-8080-to-z80-or-x86/convert-8080-to-z80-or-x86.vcxproj b/convert-8080-to-z80-or-x86/convert-8080-to-z80-or-x86.vcxproj
index 70adfd6..0ff8d29 100644
--- a/convert-8080-to-z80-or-x86/convert-8080-to-z80-or-x86.vcxproj
+++ b/convert-8080-to-z80-or-x86/convert-8080-to-z80-or-x86.vcxproj
@@ -23,32 +23,32 @@
{972F12C4-42BE-4089-B3CE-BF2E6F7DC30D}
Win32Proj
convert8080toz80orx86
- 10.0.17134.0
+ 10.0
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
diff --git a/convert-z80-to-x86/convert-z80-to-x86.vcxproj b/convert-z80-to-x86/convert-z80-to-x86.vcxproj
index 34113bb..7f6717b 100644
--- a/convert-z80-to-x86/convert-z80-to-x86.vcxproj
+++ b/convert-z80-to-x86/convert-z80-to-x86.vcxproj
@@ -23,32 +23,32 @@
{C09E0DFC-DFF4-4950-BC2C-2BAF4990A94A}
Win32Proj
convertz80tox86
- 10.0.17134.0
+ 10.0
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
diff --git a/sargon-engine/sargon-engine.vcxproj b/sargon-engine/sargon-engine.vcxproj
index cdbc4a6..460c863 100644
--- a/sargon-engine/sargon-engine.vcxproj
+++ b/sargon-engine/sargon-engine.vcxproj
@@ -23,32 +23,32 @@
{4F536BEE-F8BB-497A-8056-1240CDD07649}
Win32Proj
sargonengine
- 10.0.17134.0
+ 10.0
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
diff --git a/sargon-tests/sargon-tests.vcxproj b/sargon-tests/sargon-tests.vcxproj
index 3a044a9..bf48ca3 100644
--- a/sargon-tests/sargon-tests.vcxproj
+++ b/sargon-tests/sargon-tests.vcxproj
@@ -23,32 +23,32 @@
{E52246F4-94F9-4E8E-8832-01BE2B08FD2E}
Win32Proj
sargontests
- 10.0.17134.0
+ 10.0
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
Application
true
- v141
+ v142
Unicode
Application
false
- v141
+ v142
true
Unicode
diff --git a/src/sargon-engine.cpp b/src/sargon-engine.cpp
index 894f73b..dba3b1c 100644
--- a/src/sargon-engine.cpp
+++ b/src/sargon-engine.cpp
@@ -38,7 +38,7 @@
static unsigned long base_time;
// Misc
-#define VERSION "1978 V1.01"
+#define VERSION "1978 V1.01b"
#define ENGINE_NAME "Sargon"
static int depth_option; // 0=auto, other values for fixed depth play
static std::string logfile_name;
diff --git a/src/sargon-interface.cpp b/src/sargon-interface.cpp
index 6c21533..7c23e00 100644
--- a/src/sargon-interface.cpp
+++ b/src/sargon-interface.cpp
@@ -406,6 +406,9 @@ void sargon_import_position( const thc::ChessPosition &cp, bool avoid_book )
// "I was wondering if this might be a bug. I noticed that when playing with black if
// white opens with 1.Nf3 Sargon v1.01 has responded 1.e5. This has happened twice now
// this morning playing some test games with Zeta 0.99m."
+ // (On 2023-05-2023 I made a new Github release V1.01b - this project was completely stable
+ // for a couple of years - but the bugfix this comment discusses at length was not in the
+ // most recent Github release - only in the source code - this had been 'bugging' me)
bool one_white_move_after_initial_position = false;
thc::Move one_white_move;