From 812c0d9f3f36673082771668a031d86f9084a6f9 Mon Sep 17 00:00:00 2001
From: Ben Avison <bavison@gitlab.riscosopen.org>
Date: Wed, 16 Feb 2000 16:07:50 +0000
Subject: [PATCH] Adjusted STB build options:

* NoCommandPrompt is disabled, so we'll get "Press SPACE or click mouse to
  continue" back again on exit from command windows
* UseAMBControl and StrongARM flags are no longer conditional, since the
  new STB kernel is guaranteed to support them

Version 4.40. Tagged as 'Wimp-4_40'
---
 VersionASM |  8 ++++----
 VersionNum | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/VersionASM b/VersionASM
index d9038b3..a004665 100644
--- a/VersionASM
+++ b/VersionASM
@@ -6,9 +6,9 @@
                         GBLS    Module_MinorVersion
                         GBLS    Module_Date
                         GBLS    Module_FullVersion
-Module_MajorVersion     SETS    "4.39"
-Module_Version          SETA    439
+Module_MajorVersion     SETS    "4.40"
+Module_Version          SETA    440
 Module_MinorVersion     SETS    ""
-Module_Date             SETS    "04 Feb 2000"
-Module_FullVersion      SETS    "4.39"
+Module_Date             SETS    "16 Feb 2000"
+Module_FullVersion      SETS    "4.40"
                         END
diff --git a/VersionNum b/VersionNum
index cd16383..a3b3ad7 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,15 +1,15 @@
-/* (4.39)
+/* (4.40)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG        4.39
+#define Module_MajorVersion_CMHG        4.40
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                04 Feb 2000
+#define Module_Date_CMHG                16 Feb 2000
 
-#define Module_MajorVersion             "4.39"
-#define Module_Version                  439
+#define Module_MajorVersion             "4.40"
+#define Module_Version                  440
 #define Module_MinorVersion             ""
-#define Module_Date                     "04 Feb 2000"
+#define Module_Date                     "16 Feb 2000"
 
-#define Module_FullVersion              "4.39"
+#define Module_FullVersion              "4.40"
-- 
GitLab