Commit 59236321 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Add ZLib module to SWIOptions

Detail:
  SWIOptions,feb - Now includes ZLib module SWIs
Admin:
  SWI export tested, seems OK


Version 5.66. Not tagged
parent 23deb4ff
......@@ -71,6 +71,7 @@ IfThere Hdr:Switcher Then Echo <32> GET Hdr:Switcher { >> s.swioptions }
IfThere Hdr:TaskWindow Then Echo <32> GET Hdr:TaskWindow { >> s.swioptions }
IfThere Hdr:Territory Then Echo <32> GET Hdr:Territory { >> s.swioptions }
IfThere Hdr:Wimp Then Echo <32> GET Hdr:Wimp { >> s.swioptions }
IfThere Hdr:ZLib Then Echo <32> GET Hdr:ZLib { >> s.swioptions }
Echo <32> END { >> s.swioptions }
Echo SWIOptions: search complete
......
......@@ -14,10 +14,10 @@
Module_MajorVersion SETS "5.66"
Module_Version SETA 566
Module_MinorVersion SETS ""
Module_Date SETS "06 Dec 2011"
Module_ApplicationDate SETS "06-Dec-11"
Module_Date SETS "04 Feb 2012"
Module_ApplicationDate SETS "04-Feb-12"
Module_ComponentName SETS "RISC_OSLib"
Module_ComponentPath SETS "castle/RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.66"
Module_HelpVersion SETS "5.66 (06 Dec 2011)"
Module_HelpVersion SETS "5.66 (04 Feb 2012)"
END
......@@ -6,18 +6,18 @@
*/
#define Module_MajorVersion_CMHG 5.66
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 06 Dec 2011
#define Module_Date_CMHG 04 Feb 2012
#define Module_MajorVersion "5.66"
#define Module_Version 566
#define Module_MinorVersion ""
#define Module_Date "06 Dec 2011"
#define Module_Date "04 Feb 2012"
#define Module_ApplicationDate "06-Dec-11"
#define Module_ApplicationDate "04-Feb-12"
#define Module_ComponentName "RISC_OSLib"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/RISC_OSLib"
#define Module_FullVersion "5.66"
#define Module_HelpVersion "5.66 (06 Dec 2011)"
#define Module_HelpVersion "5.66 (04 Feb 2012)"
#define Module_LibraryVersionInfo "5:66"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment