Commit c4b59b37 authored by Ben Avison's avatar Ben Avison
Browse files

Merged in changes from Castle

Detail:
  Added terminating null to clib messages file for tokens C53, C36, C37, C66,
  C70
  appears lost a while ago .. error in field suggested need for this.
  examination of r0 3.7 etc clib messages file showed NULLs here.. believe
  they are the only messages in clib that can emerge through a printf.. and
  this need a null terminator.
Admin:
  Not tested

Version 5.54. Tagged as 'RISC_OSLib-5_54'
parent 1f577f12
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.2.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.53"
Module_Version SETA 553
Module_MajorVersion SETS "5.54"
Module_Version SETA 554
Module_MinorVersion SETS ""
Module_Date SETS "17 Mar 2005"
Module_ApplicationDate SETS "17-Mar-05"
Module_Date SETS "04 Oct 2008"
Module_ApplicationDate SETS "04-Oct-08"
Module_ComponentName SETS "RISC_OSLib"
Module_ComponentPath SETS "RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.53"
Module_HelpVersion SETS "5.53 (17 Mar 2005)"
Module_ComponentPath SETS "castle/RiscOS/Sources/Lib/RISC_OSLib"
Module_FullVersion SETS "5.54"
Module_HelpVersion SETS "5.54 (04 Oct 2008)"
END
/* (5.53)
/* (5.54)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.53
#define Module_MajorVersion_CMHG 5.54
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Mar 2005
#define Module_Date_CMHG 04 Oct 2008
#define Module_MajorVersion "5.53"
#define Module_Version 553
#define Module_MajorVersion "5.54"
#define Module_Version 554
#define Module_MinorVersion ""
#define Module_Date "17 Mar 2005"
#define Module_Date "04 Oct 2008"
#define Module_ApplicationDate "17-Mar-05"
#define Module_ApplicationDate "04-Oct-08"
#define Module_ComponentName "RISC_OSLib"
#define Module_ComponentPath "RiscOS/Sources/Lib/RISC_OSLib"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/RISC_OSLib"
#define Module_FullVersion "5.53"
#define Module_HelpVersion "5.53 (17 Mar 2005)"
#define Module_LibraryVersionInfo "5:53"
#define Module_FullVersion "5.54"
#define Module_HelpVersion "5.54 (04 Oct 2008)"
#define Module_LibraryVersionInfo "5:54"
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
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