diff --git a/VersionNum b/VersionNum
index 5f3cd7d7af682a2258f87319563dde0b2c2b3d9b..aa9ab764be4124cf7f38875d9d93647c44c54913 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (0.07)
+/* (0.08)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        0.07
+#define Module_MajorVersion_CMHG        0.08
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                09 Jul 2012
+#define Module_Date_CMHG                28 Jul 2012
 
-#define Module_MajorVersion             "0.07"
-#define Module_Version                  7
+#define Module_MajorVersion             "0.08"
+#define Module_Version                  8
 #define Module_MinorVersion             ""
-#define Module_Date                     "09 Jul 2012"
+#define Module_Date                     "28 Jul 2012"
 
-#define Module_ApplicationDate          "09-Jul-12"
+#define Module_ApplicationDate          "28-Jul-12"
 
 #define Module_ComponentName            "Bootxxxx"
 #define Module_ComponentPath            "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/Bootxxxx"
 
-#define Module_FullVersion              "0.07"
-#define Module_HelpVersion              "0.07 (09 Jul 2012)"
-#define Module_LibraryVersionInfo       "0:7"
+#define Module_FullVersion              "0.08"
+#define Module_HelpVersion              "0.08 (28 Jul 2012)"
+#define Module_LibraryVersionInfo       "0:8"
diff --git a/c/List b/c/List
index 45b8a08aa8e3a6008dd0a8f6e2fba7f13b0a5f23..48acfceda49a58a0f60bf784ed0a58fc00099f10 100644
--- a/c/List
+++ b/c/List
@@ -186,18 +186,18 @@ _kernel_oserror *List_Read (BOOL rescan)
   #if APP == BOOTAPPS
   if (!err)
   {
-    err = static_FindRange (PREDESKTOP, "ResApps", "Acorn", "BootApps", &found, &line_first, &line_last);
+    err = static_FindRange (PREDESKTOP, "ResApps", "RISCOS", "BootApps", &found, &line_first, &line_last);
     if (!err && !found)
     {
-      /* Entry doesn't exist, it'll go after all Acorn ResApps */
-      err = static_FindRange (PREDESKTOP, "ResApps", "Acorn", NULL, &found, NULL, &line_last);
+      /* Entry doesn't exist, it'll go after all RISCOS ResApps */
+      err = static_FindRange (PREDESKTOP, "ResApps", "RISCOS", NULL, &found, NULL, &line_last);
       if (!err && found)
       {
         line_first = line_last;
       }
       else if (!err && !found)
       {
-        /* Acorn ResApps doesn't exist, entry will go after all ResApps */
+        /* RISCOS ResApps doesn't exist, entry will go after all ResApps */
         err = static_FindRange (PREDESKTOP, "ResApps", NULL, NULL, &found, NULL, &line_last);
         if (!err && found)
         {
@@ -233,18 +233,18 @@ _kernel_oserror *List_Read (BOOL rescan)
   #elif APP == BOOTBOOT
   if (!err)
   {
-    err = static_FindRange (DESKTOP, "Boot", "Acorn", "BootBoot", &found, &line_first, &line_last);
+    err = static_FindRange (DESKTOP, "Boot", "RISCOS", "BootBoot", &found, &line_first, &line_last);
     if (!err && !found)
     {
-      /* Entry doesn't exist, it'll go after all Acorn Boot */
-      err = static_FindRange (DESKTOP, "Boot", "Acorn", NULL, &found, NULL, &line_last);
+      /* Entry doesn't exist, it'll go after all RISCOS Boot */
+      err = static_FindRange (DESKTOP, "Boot", "RISCOS", NULL, &found, NULL, &line_last);
       if (!err && found)
       {
         line_first = line_last;
       }
       else if (!err && !found)
       {
-        /* Acorn Boot doesn't exist, entry will go after all Boot */
+        /* RISCOS Boot doesn't exist, entry will go after all Boot */
         err = static_FindRange (DESKTOP, "Boot", NULL, NULL, &found, NULL, &line_last);
         if (!err && found)
         {
@@ -271,18 +271,18 @@ _kernel_oserror *List_Read (BOOL rescan)
   #elif APP == BOOTRUN
   if (!err)
   {
-    err = static_FindRange (DESKTOP, "Run", "Acorn", "BootRun", &found, &line_first, &line_last);
+    err = static_FindRange (DESKTOP, "Run", "RISCOS", "BootRun", &found, &line_first, &line_last);
     if (!err && !found)
     {
-      /* Entry doesn't exist, it'll go after all Acorn Run */
-      err = static_FindRange (DESKTOP, "Run", "Acorn", NULL, &found, NULL, &line_last);
+      /* Entry doesn't exist, it'll go after all RISCOS Run */
+      err = static_FindRange (DESKTOP, "Run", "RISCOS", NULL, &found, NULL, &line_last);
       if (!err && found)
       {
         line_first = line_last;
       }
       else if (!err && !found)
       {
-        /* Acorn Run doesn't exist, entry will go after all Run */
+        /* RISCOS Run doesn't exist, entry will go after all Run */
         err = static_FindRange (DESKTOP, "Run", NULL, NULL, &found, NULL, &line_last);
         if (!err && found)
         {
@@ -398,7 +398,7 @@ _kernel_oserror *List_Write (int buttons)
     #if   APP == BOOTAPPS
 
     fprintf (f, "|App Configure>*\n|Variable\n\n");
-    fprintf (f, "|Start Acorn BootApps %s ResApps\n", version);
+    fprintf (f, "|Start RISCOS BootApps %s ResApps\n", version);
 
     for (ptr = ListHead.next; ptr->next != NULL; ptr = ptr->next)
     {
@@ -411,7 +411,7 @@ _kernel_oserror *List_Write (int buttons)
     #elif APP == BOOTBOOT
 
     fprintf (f, "|Section Boot>Auto\n|Variable\n\n");
-    fprintf (f, "|Start Acorn BootBoot %s Boot\n", version);
+    fprintf (f, "|Start RISCOS BootBoot %s Boot\n", version);
 
     for (ptr = ListHead.next; ptr->next != NULL; ptr = ptr->next)
     {
@@ -425,7 +425,7 @@ _kernel_oserror *List_Write (int buttons)
     #elif APP == BOOTRUN
 
     fprintf (f, "|Section Run>Boot Run>Auto\n|Variable\n\n");
-    fprintf (f, "|Start Acorn BootRun %s Run\n", version);
+    fprintf (f, "|Start RISCOS BootRun %s Run\n", version);
 
     for (ptr = ListHead.next; ptr->next != NULL; ptr = ptr->next)
     {