From 63ff7cd3d629af272f8fb2779645b7c91374d93f Mon Sep 17 00:00:00 2001
From: Neil Turton <nturton@gitlab.riscosopen.org>
Date: Thu, 25 Feb 1999 14:46:52 +0000
Subject: [PATCH] Turned on TrueIcon2 and TrueIcon3 options for STB.

Version 4.15. Tagged as 'Wimp-4_15'
---
 VersionASM |  6 +++---
 VersionNum | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/VersionASM b/VersionASM
index 4d28e37..78bc0d5 100644
--- a/VersionASM
+++ b/VersionASM
@@ -5,8 +5,8 @@
 			GBLA    Module_Version
 			GBLS	Module_MinorVersion
 			GBLS	Module_Date
-Module_MajorVersion	SETS    "4.14"
-Module_Version          SETA    414
+Module_MajorVersion	SETS    "4.15"
+Module_Version          SETA    415
 Module_MinorVersion	SETS	""
-Module_Date		SETS    "08 Feb 1999"
+Module_Date		SETS    "25 Feb 1999"
 		        END
diff --git a/VersionNum b/VersionNum
index 3525bce..8a7bf4d 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,14 +1,14 @@
-/* (4.14)
+/* (4.15)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG     	4.14
+#define Module_MajorVersion_CMHG     	4.15
 #define Module_MinorVersion_CMHG	
-#define Module_Date_CMHG      		08 Feb 1999
+#define Module_Date_CMHG      		25 Feb 1999
 
-#define Module_MajorVersion     	"4.14"
-#define Module_Version                  414
+#define Module_MajorVersion     	"4.15"
+#define Module_Version                  415
 #define Module_MinorVersion		""
-#define Module_Date      		"08 Feb 1999"
+#define Module_Date      		"25 Feb 1999"
 
-- 
GitLab