From ebf083ac48a734aaf25cd831cc9550bb574fdaeb Mon Sep 17 00:00:00 2001
From: Steve Revill <srevill@gitlab.riscosopen.org>
Date: Sat, 19 Mar 2011 01:44:51 +0000
Subject: [PATCH] Fix to the CTools Components file to use the closed-source
 Squash.

Version 5.11. Tagged as 'BuildSys-5_11'
---
 Components/ROOL/CTools |  2 +-
 VersionNum             | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Components/ROOL/CTools b/Components/ROOL/CTools
index 91afbcf..7bb7d9e 100644
--- a/Components/ROOL/CTools
+++ b/Components/ROOL/CTools
@@ -22,7 +22,7 @@ Kernel                  -type EXP
 MessageTrans            -type EXP
 PDriver                 -type EXP
 ResourceFS              -type EXP
-Squash                  -type EXP
+SquashClosed            -type EXP
 TaskManager             -type EXP
 TerritoryManager        -type EXP
 WindowManager           -type EXP
diff --git a/VersionNum b/VersionNum
index 7de25dc..13143e5 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (5.10)
+/* (5.11)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        5.10
+#define Module_MajorVersion_CMHG        5.11
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                17 Mar 2011
+#define Module_Date_CMHG                19 Mar 2011
 
-#define Module_MajorVersion             "5.10"
-#define Module_Version                  510
+#define Module_MajorVersion             "5.11"
+#define Module_Version                  511
 #define Module_MinorVersion             ""
-#define Module_Date                     "17 Mar 2011"
+#define Module_Date                     "19 Mar 2011"
 
-#define Module_ApplicationDate          "17-Mar-11"
+#define Module_ApplicationDate          "19-Mar-11"
 
 #define Module_ComponentName            "BuildSys"
 #define Module_ComponentPath            "castle/RiscOS/BuildSys"
 
-#define Module_FullVersion              "5.10"
-#define Module_HelpVersion              "5.10 (17 Mar 2011)"
-#define Module_LibraryVersionInfo       "5:10"
+#define Module_FullVersion              "5.11"
+#define Module_HelpVersion              "5.11 (19 Mar 2011)"
+#define Module_LibraryVersionInfo       "5:11"
-- 
GitLab