Commit 813b8a51 authored by Steve Revill's avatar Steve Revill
Browse files

Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.

Version 0.59. Tagged as 'Unicode-0_59'
parent a4d12286
......@@ -40,7 +40,7 @@ RM = remove
LD = link
LB = libfile
TOUCH = create
WIPE = -wipe
WIPE = x wipe
SQUEEZE = squeeze
STRIP = stripdepnd
......
/* (0.58)
/* (0.59)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.58
#define Module_MajorVersion_CMHG 0.59
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Jan 2012
#define Module_MajorVersion "0.58"
#define Module_Version 58
#define Module_MajorVersion "0.59"
#define Module_Version 59
#define Module_MinorVersion ""
#define Module_Date "14 Jan 2012"
......@@ -18,6 +18,6 @@
#define Module_ComponentName "Unicode"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/Unicode"
#define Module_FullVersion "0.58"
#define Module_HelpVersion "0.58 (14 Jan 2012)"
#define Module_LibraryVersionInfo "0:58"
#define Module_FullVersion "0.59"
#define Module_HelpVersion "0.59 (14 Jan 2012)"
#define Module_LibraryVersionInfo "0:59"
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