diff --git a/SWIOptions,feb b/SWIOptions,feb index 126c579c8e9417e52b7c98c748b87847c52d5030..6842ec2394b05b60a13283f7d2a8db56c65ea464 100644 --- a/SWIOptions,feb +++ b/SWIOptions,feb @@ -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 } diff --git a/VersionASM b/VersionASM index 3a997e78dfeb38d5bf295112c24e93c8d7307c6c..7a4beb86e6ab3d051bb996805fcc8ff5d490d88d 100644 --- a/VersionASM +++ b/VersionASM @@ -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 diff --git a/VersionNum b/VersionNum index cc5cfc4d0962db3f2838b7c01108b3c471a1f13e..dbe0b5898ff02241888e047710a0c00c05874b22 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (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"