diff --git a/VersionASM b/VersionASM
index edc5fc06be94df33ce52cfe0e1eb349bebe402e7..c3964bf945b04eb3e0606c442708a2b46cb9d3b9 100644
--- a/VersionASM
+++ b/VersionASM
@@ -9,12 +9,12 @@
                         GBLS    Module_ApplicationDate2
                         GBLS    Module_ApplicationDate4
                         GBLS    Module_HelpVersion
-Module_MajorVersion     SETS    "5.36"
-Module_Version          SETA    536
+Module_MajorVersion     SETS    "5.37"
+Module_Version          SETA    537
 Module_MinorVersion     SETS    ""
-Module_Date             SETS    "10 Oct 2000"
-Module_ApplicationDate2 SETS    "10-Oct-00"
-Module_ApplicationDate4 SETS    "10-Oct-2000"
-Module_FullVersion      SETS    "5.36"
-Module_HelpVersion      SETS    "5.36 (10 Oct 2000)"
+Module_Date             SETS    "17 Oct 2000"
+Module_ApplicationDate2 SETS    "17-Oct-00"
+Module_ApplicationDate4 SETS    "17-Oct-2000"
+Module_FullVersion      SETS    "5.37"
+Module_HelpVersion      SETS    "5.37 (17 Oct 2000)"
                         END
diff --git a/VersionNum b/VersionNum
index 5740ea57bcab647fc354793292273049d37c3db4..59111012eb06ba632b112909524c7d15768dd5ca 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,19 +1,19 @@
-/* (5.36)
+/* (5.37)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG        5.36
+#define Module_MajorVersion_CMHG        5.37
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                10 Oct 2000
+#define Module_Date_CMHG                17 Oct 2000
 
-#define Module_MajorVersion             "5.36"
-#define Module_Version                  536
+#define Module_MajorVersion             "5.37"
+#define Module_Version                  537
 #define Module_MinorVersion             ""
-#define Module_Date                     "10 Oct 2000"
+#define Module_Date                     "17 Oct 2000"
 
-#define Module_ApplicationDate2         "10-Oct-00"
-#define Module_ApplicationDate4         "10-Oct-2000"
+#define Module_ApplicationDate2         "17-Oct-00"
+#define Module_ApplicationDate4         "17-Oct-2000"
 
-#define Module_FullVersion              "5.36"
-#define Module_HelpVersion              "5.36 (10 Oct 2000)"
+#define Module_FullVersion              "5.37"
+#define Module_HelpVersion              "5.37 (17 Oct 2000)"
diff --git a/s/vdu/vdudriver b/s/vdu/vdudriver
index d39ed26547883259f20d5891a91318d4ce85f87b..f668bd094e32d577d202bc3913fe624526386d03 100644
--- a/s/vdu/vdudriver
+++ b/s/vdu/vdudriver
@@ -2597,7 +2597,7 @@ svc_PortMan
         MOVEQ   R0, #3                                  ; yes: TV_Mode = 1
         addr    R1, TV_Mode_string
         SWI     XPortMan_AccessBit
-        EXITS
+        EXIT
  ]
 
 ; *****************************************************************************