From d6a6112de9fccf411ed2e13453151480bbd63824 Mon Sep 17 00:00:00 2001
From: Steve Revill <srevill@gitlab.riscosopen.org>
Date: Sat, 14 Jan 2012 23:02:28 +0000
Subject: [PATCH] Replace "-wipe" with "x wipe" in makefiles to remove annoying
 errors.

Version 2.03. Tagged as 'SndSetup-2_03'
---
 Makefile   |  2 +-
 VersionNum | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Makefile b/Makefile
index dc40a71..021cd23 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ LD      = link
 CP      = copy
 RM      = rm
 SQUISH  = squish
-WIPE    = -wipe
+WIPE    = x wipe
 AWK     = GNU.gawk
 
 AFLAGS  = ${THROWBACK} -depend !Depend -nocache -stamp -quit -module
diff --git a/VersionNum b/VersionNum
index 6351068..622538e 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,23 +1,23 @@
-/* (2.02)
+/* (2.03)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  * Last processed by srccommit version: 1.1.
  *
  */
-#define Module_MajorVersion_CMHG        2.02
+#define Module_MajorVersion_CMHG        2.03
 #define Module_MinorVersion_CMHG        
-#define Module_Date_CMHG                19 Dec 2011
+#define Module_Date_CMHG                14 Jan 2012
 
-#define Module_MajorVersion             "2.02"
-#define Module_Version                  202
+#define Module_MajorVersion             "2.03"
+#define Module_Version                  203
 #define Module_MinorVersion             ""
-#define Module_Date                     "19 Dec 2011"
+#define Module_Date                     "14 Jan 2012"
 
-#define Module_ApplicationDate          "19-Dec-11"
+#define Module_ApplicationDate          "14-Jan-12"
 
 #define Module_ComponentName            "SndSetup"
 #define Module_ComponentPath            "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/SndSetup"
 
-#define Module_FullVersion              "2.02"
-#define Module_HelpVersion              "2.02 (19 Dec 2011)"
-#define Module_LibraryVersionInfo       "2:2"
+#define Module_FullVersion              "2.03"
+#define Module_HelpVersion              "2.03 (14 Jan 2012)"
+#define Module_LibraryVersionInfo       "2:3"
-- 
GitLab