From 55d4e49aac204c319d7267efcc19b43b69159600 Mon Sep 17 00:00:00 2001
From: Simon Forrest <sforrest@gitlab.riscosopen.org>
Date: Wed, 3 Nov 1999 13:43:20 +0000
Subject: [PATCH] * Updated Lazarus sprite pool.

Detail:

  * New WIMP sprites for the updated Lazarus user-interface.

Admin:

  * Tested on new LazarusUI and NCFresco as a softload on Lazarus hardware.

Version 4.33. Tagged as 'Wimp-4_33'
---
 VersionASM |  8 ++++----
 VersionNum | 14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/VersionASM b/VersionASM
index 4116526..5460da7 100644
--- a/VersionASM
+++ b/VersionASM
@@ -6,9 +6,9 @@
 			GBLS	Module_MinorVersion
 			GBLS	Module_Date
 			GBLS	Module_FullVersion
-Module_MajorVersion	SETS    "4.32"
-Module_Version          SETA    432
+Module_MajorVersion	SETS    "4.33"
+Module_Version          SETA    433
 Module_MinorVersion	SETS	""
-Module_Date		SETS    "07 Oct 1999"
-Module_FullVersion      SETS    "4.32"
+Module_Date		SETS    "03 Nov 1999"
+Module_FullVersion      SETS    "4.33"
                         END
diff --git a/VersionNum b/VersionNum
index 9a5cb6b..6b53809 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,15 +1,15 @@
-/* (4.32)
+/* (4.33)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG     	4.32
+#define Module_MajorVersion_CMHG     	4.33
 #define Module_MinorVersion_CMHG	
-#define Module_Date_CMHG      		07 Oct 1999
+#define Module_Date_CMHG      		03 Nov 1999
 
-#define Module_MajorVersion     	"4.32"
-#define Module_Version                  432
+#define Module_MajorVersion     	"4.33"
+#define Module_Version                  433
 #define Module_MinorVersion		""
-#define Module_Date      		"07 Oct 1999"
+#define Module_Date      		"03 Nov 1999"
 
-#define Module_FullVersion              "4.32"
+#define Module_FullVersion              "4.33"
-- 
GitLab