From 2a75511e8f1ff4dd0173a921c89d065d8dc5b181 Mon Sep 17 00:00:00 2001 From: Simon Forrest <sforrest@gitlab.riscosopen.org> Date: Fri, 10 Sep 1999 11:03:22 +0000 Subject: [PATCH] Further resource changes for the Lazarus project: * Added transparancy to the radio buttons. * Included the online indicator sprites. Version 4.29. Tagged as 'Wimp-4_29' --- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/VersionASM b/VersionASM index 0bab986..15bdc7c 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "4.28" -Module_Version SETA 428 +Module_MajorVersion SETS "4.29" +Module_Version SETA 429 Module_MinorVersion SETS "" -Module_Date SETS "08 Sep 1999" -Module_FullVersion SETS "4.28" +Module_Date SETS "10 Sep 1999" +Module_FullVersion SETS "4.29" END diff --git a/VersionNum b/VersionNum index 9ab97b4..7cd0935 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (4.28) +/* (4.29) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 4.28 +#define Module_MajorVersion_CMHG 4.29 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 08 Sep 1999 +#define Module_Date_CMHG 10 Sep 1999 -#define Module_MajorVersion "4.28" -#define Module_Version 428 +#define Module_MajorVersion "4.29" +#define Module_Version 429 #define Module_MinorVersion "" -#define Module_Date "08 Sep 1999" +#define Module_Date "10 Sep 1999" -#define Module_FullVersion "4.28" +#define Module_FullVersion "4.29" -- GitLab