diff --git a/Makefile b/Makefile
index 12439ad5aeb78edba128bd9847c125edaace13ed..cf704d327c733d51342907a6169e792da55d551e 100644
--- a/Makefile
+++ b/Makefile
@@ -660,7 +660,7 @@ o.swis: s.makehswis h.swisheader s.swioptions
 	${AS} ${AFLAGS} s.makehswis -o $@
 	settype $@ text
 
-s.swioptions:
+s.swioptions: SWIOptions
 	@SWIOptions
 
 #
diff --git a/SWIOptions,feb b/SWIOptions,feb
index 5db10889f054f8f97cad5e174dfd1a913ac9a668..126c579c8e9417e52b7c98c748b87847c52d5030 100644
--- a/SWIOptions,feb
+++ b/SWIOptions,feb
@@ -70,6 +70,7 @@ IfThere Hdr:Super        Then Echo <32> GET Hdr:Super        { >> s.swioptions }
 IfThere Hdr:Switcher     Then Echo <32> GET Hdr:Switcher     { >> s.swioptions }
 IfThere Hdr:TaskWindow   Then Echo <32> GET Hdr:TaskWindow   { >> s.swioptions }
 IfThere Hdr:Territory    Then Echo <32> GET Hdr:Territory    { >> s.swioptions }
+IfThere Hdr:VCHIQ        Then Echo <32> GET Hdr:VCHIQ        { >> s.swioptions }
 IfThere Hdr:Wimp         Then Echo <32> GET Hdr:Wimp         { >> s.swioptions }
 IfThere Hdr:ZLib         Then Echo <32> GET Hdr:ZLib         { >> s.swioptions }
 
diff --git a/VersionASM b/VersionASM
index db536473db6669892987a055dcd5a2378d74fb45..801ff491fc86064aad3b757586af8cca683dc712 100644
--- a/VersionASM
+++ b/VersionASM
@@ -11,13 +11,13 @@
                         GBLS    Module_HelpVersion
                         GBLS    Module_ComponentName
                         GBLS    Module_ComponentPath
-Module_MajorVersion     SETS    "5.70"
-Module_Version          SETA    570
+Module_MajorVersion     SETS    "5.71"
+Module_Version          SETA    571
 Module_MinorVersion     SETS    ""
-Module_Date             SETS    "27 Jun 2012"
-Module_ApplicationDate  SETS    "27-Jun-12"
+Module_Date             SETS    "15 Aug 2012"
+Module_ApplicationDate  SETS    "15-Aug-12"
 Module_ComponentName    SETS    "RISC_OSLib"
 Module_ComponentPath    SETS    "castle/RiscOS/Sources/Lib/RISC_OSLib"
-Module_FullVersion      SETS    "5.70"
-Module_HelpVersion      SETS    "5.70 (27 Jun 2012)"
+Module_FullVersion      SETS    "5.71"
+Module_HelpVersion      SETS    "5.71 (15 Aug 2012)"
                         END
diff --git a/VersionNum b/VersionNum
index e332a7b729f5ab90fc81ec9b7756a56aade1fbf9..6c674427b3c7fca9d7d2a0d88ccaea0b8f41d802 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (5.70)
+/* (5.71)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        5.70
+#define Module_MajorVersion_CMHG        5.71
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                27 Jun 2012
+#define Module_Date_CMHG                15 Aug 2012
 
-#define Module_MajorVersion             "5.70"
-#define Module_Version                  570
+#define Module_MajorVersion             "5.71"
+#define Module_Version                  571
 #define Module_MinorVersion             ""
-#define Module_Date                     "27 Jun 2012"
+#define Module_Date                     "15 Aug 2012"
 
-#define Module_ApplicationDate          "27-Jun-12"
+#define Module_ApplicationDate          "15-Aug-12"
 
 #define Module_ComponentName            "RISC_OSLib"
 #define Module_ComponentPath            "castle/RiscOS/Sources/Lib/RISC_OSLib"
 
-#define Module_FullVersion              "5.70"
-#define Module_HelpVersion              "5.70 (27 Jun 2012)"
-#define Module_LibraryVersionInfo       "5:70"
+#define Module_FullVersion              "5.71"
+#define Module_HelpVersion              "5.71 (15 Aug 2012)"
+#define Module_LibraryVersionInfo       "5:71"