diff --git a/InstallTools,fd7 b/InstallTools,fd7
index 8ea01c9223e3cdbf0ea730d7c67e17bae9f74667..6c75534eccf8f7b1445a86bb4fa72d30af89ea83 100644
--- a/InstallTools,fd7
+++ b/InstallTools,fd7
@@ -66,7 +66,10 @@ Echo Installing the pre-built C++ libraries...
 CDir <Obey$Dir>.^.Export
 CDir <Obey$Dir>.^.Export.APCS-32
 CDir <Obey$Dir>.^.Export.APCS-32.Lib
-Copy <SetPaths32$Dir>.^.Libraries.c++lib <Obey$Dir>.^.Export.APCS-32.Lib.c++lib A~C~D~FLN~P~QR~S~T~V
+Set C++Lib$Dir <SetPaths32$Dir>.^.Libraries.c++lib
+IfThere <C++Lib$Dir> Then Else Set C++Lib$Dir <SetPaths32$Dir>.^.Export.APCS-32.Lib
+Copy <C++Lib$Dir> <Obey$Dir>.^.Export.APCS-32.Lib.c++lib A~C~D~FLN~P~QR~S~T~V
+Unset C++Lib$Dir
 
 Echo
 Echo All tools installed.
diff --git a/VersionNum b/VersionNum
index 6308597d8d5bf7684fb96349d095e54371d96f61..e4b6e56ab20489c8c01fd1fed2fa0123730ca7fb 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (1.74)
+/* (1.75)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        1.74
+#define Module_MajorVersion_CMHG        1.75
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                12 Oct 2014
+#define Module_Date_CMHG                19 Oct 2014
 
-#define Module_MajorVersion             "1.74"
-#define Module_Version                  174
+#define Module_MajorVersion             "1.75"
+#define Module_Version                  175
 #define Module_MinorVersion             ""
-#define Module_Date                     "12 Oct 2014"
+#define Module_Date                     "19 Oct 2014"
 
-#define Module_ApplicationDate          "12-Oct-14"
+#define Module_ApplicationDate          "19-Oct-14"
 
 #define Module_ComponentName            "Library"
 #define Module_ComponentPath            "mixed/RiscOS/Library"
 
-#define Module_FullVersion              "1.74"
-#define Module_HelpVersion              "1.74 (12 Oct 2014)"
-#define Module_LibraryVersionInfo       "1:74"
+#define Module_FullVersion              "1.75"
+#define Module_HelpVersion              "1.75 (19 Oct 2014)"
+#define Module_LibraryVersionInfo       "1:75"