From ea50d7a5257360f6e96a048e9d6cf4bb8e691277 Mon Sep 17 00:00:00 2001
From: Simon Forrest <sforrest@gitlab.riscosopen.org>
Date: Fri, 11 May 2001 11:50:20 +0000
Subject: [PATCH] * Variant of the Kernel and L7200 HAL that supports multiple
 hardware targets.

Detail:

  * Must now specify the hardware target
    to ensure that the L7200 HAL is built with the appropriate tweaks to
    support each.  This is achieved by specifying:

              -options "BOARD=<target>"

    within the components file for the HAL_L7200 component.

Admin:

  * Tested on Customer L build to create a ROM suitable for the Customer M unit
    (that has only minor differences to the Customer L).

  * Affects all projects using the L7200 HAL, which must now specify the
    hardware target in the components file.

Version 5.35, 4.79.2.29. Tagged as 'Kernel-5_35-4_79_2_29'
---
 VersionASM | 12 ++++++------
 VersionNum | 16 ++++++++--------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/VersionASM b/VersionASM
index 02dbe7e..ed3d57e 100644
--- a/VersionASM
+++ b/VersionASM
@@ -13,12 +13,12 @@
                         GBLS    Module_ComponentPath
 Module_MajorVersion     SETS    "5.35"
 Module_Version          SETA    535
-Module_MinorVersion     SETS    "4.79.2.28"
-Module_Date             SETS    "01 May 2001"
-Module_ApplicationDate2 SETS    "01-May-01"
-Module_ApplicationDate4 SETS    "01-May-2001"
+Module_MinorVersion     SETS    "4.79.2.29"
+Module_Date             SETS    "11 May 2001"
+Module_ApplicationDate2 SETS    "11-May-01"
+Module_ApplicationDate4 SETS    "11-May-2001"
 Module_ComponentName    SETS    "Kernel"
 Module_ComponentPath    SETS    "RiscOS/Sources/Kernel"
-Module_FullVersion      SETS    "5.35 (4.79.2.28)"
-Module_HelpVersion      SETS    "5.35 (01 May 2001) 4.79.2.28"
+Module_FullVersion      SETS    "5.35 (4.79.2.29)"
+Module_HelpVersion      SETS    "5.35 (11 May 2001) 4.79.2.29"
                         END
diff --git a/VersionNum b/VersionNum
index 6b38708..1fac9cb 100644
--- a/VersionNum
+++ b/VersionNum
@@ -4,19 +4,19 @@
  *
  */
 #define Module_MajorVersion_CMHG        5.35
-#define Module_MinorVersion_CMHG        4.79.2.28
-#define Module_Date_CMHG                01 May 2001
+#define Module_MinorVersion_CMHG        4.79.2.29
+#define Module_Date_CMHG                11 May 2001
 
 #define Module_MajorVersion             "5.35"
 #define Module_Version                  535
-#define Module_MinorVersion             "4.79.2.28"
-#define Module_Date                     "01 May 2001"
+#define Module_MinorVersion             "4.79.2.29"
+#define Module_Date                     "11 May 2001"
 
-#define Module_ApplicationDate2         "01-May-01"
-#define Module_ApplicationDate4         "01-May-2001"
+#define Module_ApplicationDate2         "11-May-01"
+#define Module_ApplicationDate4         "11-May-2001"
 
 #define Module_ComponentName            "Kernel"
 #define Module_ComponentPath            "RiscOS/Sources/Kernel"
 
-#define Module_FullVersion              "5.35 (4.79.2.28)"
-#define Module_HelpVersion              "5.35 (01 May 2001) (4.79.2.28)"
+#define Module_FullVersion              "5.35 (4.79.2.29)"
+#define Module_HelpVersion              "5.35 (11 May 2001) (4.79.2.29)"
-- 
GitLab