From a16c52d9c923e75b949b27d5cae3867a8b497a1d Mon Sep 17 00:00:00 2001
From: Jeffrey Lee <jlee@gitlab.riscosopen.org>
Date: Fri, 1 Jun 2018 00:24:31 +0000
Subject: [PATCH] Add VideoOverlay to ModuleDB, disc image

Version 7.28. Tagged as 'BuildSys-7_28'
---
 Components/ROOL/Disc |  1 +
 ModuleDB             |  1 +
 VersionNum           | 20 ++++++++++----------
 3 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/Components/ROOL/Disc b/Components/ROOL/Disc
index e16f05e..a2f07d1 100644
--- a/Components/ROOL/Disc
+++ b/Components/ROOL/Disc
@@ -186,6 +186,7 @@ URL                     -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources
 ScreenFX                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.360.Modules.Video
 SharedCLibrary          -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
 FrontEnd                -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
+VideoOverlay            -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.500.Modules
 ZLibMod                 -options INSTDIR=<Install$Dir>.HardDisc4.!Boot.Resources.!System.310.Modules
 
 # Screen savers
diff --git a/ModuleDB b/ModuleDB
index 4b86f33..0fb812c 100644
--- a/ModuleDB
+++ b/ModuleDB
@@ -594,6 +594,7 @@ USBDriver                   C     Sources.HWSupport.USB.USBDriver.build
 UserInactivity              C     closed.RiscOS.Sources.Networking.Modem.UserInactv                     Networking      UserInactivity
 VCHIQ                       C     Sources.HWSupport.VCHIQ                                               HWSupport       VCHIQ
 VIDC20Video                 ASM   Sources.Video.HWSupport.VIDC20Video                                   HWSupport       VIDC20Video
+VideoOverlay                C     Sources.Video.Render.VideoOverlay                                     Video           VideoOverlay
 VFPSupport                  C     Sources.HWSupport.VFPSupport                                          HWSupport       VFPSupport
 WatchAbort                  C     Sources.Programmer.WatchAbort                                         Programmer      WatchAbort
 Watchdog                    C     closed.RiscOS.Sources.Apps.Watchdog                                   Apps            Watchdog
diff --git a/VersionNum b/VersionNum
index 8fa66bc..655368f 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (7.27)
+/* (7.28)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        7.27
+#define Module_MajorVersion_CMHG        7.28
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                12 May 2018
+#define Module_Date_CMHG                01 Jun 2018
 
-#define Module_MajorVersion             "7.27"
-#define Module_Version                  727
+#define Module_MajorVersion             "7.28"
+#define Module_Version                  728
 #define Module_MinorVersion             ""
-#define Module_Date                     "12 May 2018"
+#define Module_Date                     "01 Jun 2018"
 
-#define Module_ApplicationDate          "12-May-18"
+#define Module_ApplicationDate          "01-Jun-18"
 
 #define Module_ComponentName            "BuildSys"
 #define Module_ComponentPath            "castle/RiscOS/BuildSys"
 
-#define Module_FullVersion              "7.27"
-#define Module_HelpVersion              "7.27 (12 May 2018)"
-#define Module_LibraryVersionInfo       "7:27"
+#define Module_FullVersion              "7.28"
+#define Module_HelpVersion              "7.28 (01 Jun 2018)"
+#define Module_LibraryVersionInfo       "7:28"
-- 
GitLab