Commit e1060d17 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Add JPEG_ to swis.h

This is in the 'SprExtend' header, which messes up the alphabetical ordering a bit.

Version 5.75. Tagged as 'RISC_OSLib-5_75'
parent 9fe4fc44
......@@ -45,6 +45,7 @@ IfThere Hdr:Hourglass Then Echo <32> GET Hdr:Hourglass { >> s.swioptions }
IfThere Hdr:HostFS Then Echo <32> GET Hdr:HostFS { >> s.swioptions }
IfThere Hdr:IIC Then Echo <32> GET Hdr:IIC { >> s.swioptions }
IfThere Hdr:Joystick Then Echo <32> GET Hdr:Joystick { >> s.swioptions }
IfThere Hdr:SprExtend Then Echo <32> GET Hdr:SprExtend { >> s.swioptions }
IfThere Hdr:MakePSFont Then Echo <32> GET Hdr:MakePSFont { >> s.swioptions }
IfThere Hdr:MsgTrans Then Echo <32> GET Hdr:MsgTrans { >> s.swioptions }
IfThere Hdr:RISCOS Then Echo <32> GET Hdr:RISCOS { >> s.swioptions }
......
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.74"
Module_Version SETA 574
Module_MajorVersion SETS "5.75"
Module_Version SETA 575
Module_MinorVersion SETS ""
Module_Date SETS "12 Oct 2012"
Module_ApplicationDate SETS "12-Oct-12"
Module_Date SETS "15 Jan 2013"
Module_ApplicationDate SETS "15-Jan-13"
Module_ComponentName SETS "RISC_OSLib"
Module_ComponentPath SETS "castle/RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.74"
Module_HelpVersion SETS "5.74 (12 Oct 2012)"
Module_FullVersion SETS "5.75"
Module_HelpVersion SETS "5.75 (15 Jan 2013)"
END
/* (5.74)
/* (5.75)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.74
#define Module_MajorVersion_CMHG 5.75
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Oct 2012
#define Module_Date_CMHG 15 Jan 2013
#define Module_MajorVersion "5.74"
#define Module_Version 574
#define Module_MajorVersion "5.75"
#define Module_Version 575
#define Module_MinorVersion ""
#define Module_Date "12 Oct 2012"
#define Module_Date "15 Jan 2013"
#define Module_ApplicationDate "12-Oct-12"
#define Module_ApplicationDate "15-Jan-13"
#define Module_ComponentName "RISC_OSLib"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/RISC_OSLib"
#define Module_FullVersion "5.74"
#define Module_HelpVersion "5.74 (12 Oct 2012)"
#define Module_LibraryVersionInfo "5:74"
#define Module_FullVersion "5.75"
#define Module_HelpVersion "5.75 (15 Jan 2013)"
#define Module_LibraryVersionInfo "5:75"
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