From 0992e9c905204d0340152d571a1f12b099da5d5d Mon Sep 17 00:00:00 2001
From: ROOL <code@riscosopen.org>
Date: Fri, 24 Feb 2023 11:34:02 +0000
Subject: [PATCH] Add 1 package from Utilities

Detail:
  SparkFS was previously not offered as a package so that the read-only version
  didn't class with the full version.

Version 1.09. Tagged as 'ABRelease-1_09'
---
 Resources/DiscDev/PackageDB |  2 +-
 VersionNum                  | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Resources/DiscDev/PackageDB b/Resources/DiscDev/PackageDB
index 62dfbc0..fee915c 100644
--- a/Resources/DiscDev/PackageDB
+++ b/Resources/DiscDev/PackageDB
@@ -25,7 +25,7 @@ HForm                       Disc           Standard Free    Utilities.Caution.!H
 DesktopBoot=ResetBoot       System         Standard Free    Utilities.Caution.!ResetBoot                      YNNN Restore the boot application to the factory default state
 PatchesPatch=Patch          Administration Optional Free    Utilities.!Patch                                  YNNN Application refresher for applications out of maintenance
 ShowScrap                   Desktop        Optional Free    Utilities.!ShowScrap                              YNNN Shortcut to the temporary directory
-##SparkFS
+SparkFSApp=SparkFS          Archive        Optional Free    Utilities.!SparkFS                                YNNN Filing system to present compressed archives as normal directories
 Usage                       Desktop        Optional Free    Utilities.!Usage                                  YNNN Display CPU time spent by each application
 T1ToFont                    File           Optional Free    Utilities.!T1ToFont                               YNNN Convert PostScript Type 1 to RISC OS fonts
 ChangeFSI                   Graphics       Standard Free    Utilities.!ChangeFSI                              YNNN Bitmap image conversion and manipulation
diff --git a/VersionNum b/VersionNum
index 6f03b22..c90f338 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,21 +1,21 @@
-/* (1.08)
+/* (1.09)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG        1.08
+#define Module_MajorVersion_CMHG        1.09
 #define Module_MinorVersion_CMHG
-#define Module_Date_CMHG                15 Feb 2023
+#define Module_Date_CMHG                24 Feb 2023
 
-#define Module_MajorVersion             "1.08"
-#define Module_Version                  108
+#define Module_MajorVersion             "1.09"
+#define Module_Version                  109
 #define Module_MinorVersion             ""
-#define Module_Date                     "15 Feb 2023"
+#define Module_Date                     "24 Feb 2023"
 
-#define Module_ApplicationDate          "15-Feb-23"
+#define Module_ApplicationDate          "24-Feb-23"
 
 #define Module_ComponentName            "ABRelease"
 
-#define Module_FullVersion              "1.08"
-#define Module_HelpVersion              "1.08 (15 Feb 2023)"
-#define Module_LibraryVersionInfo       "1:8"
+#define Module_FullVersion              "1.09"
+#define Module_HelpVersion              "1.09 (24 Feb 2023)"
+#define Module_LibraryVersionInfo       "1:9"
-- 
GitLab