Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Apps
Draw
Commits
855c92ce
Commit
855c92ce
authored
Jan 14, 2012
by
Steve Revill
⚽
Browse files
Replace "-wipe" with "x wipe" in Makefile
Version 1.20. Tagged as 'Draw-1_20'
parent
e9196548
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
Makefile
Makefile
+1
-1
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
855c92ce
...
...
@@ -52,7 +52,7 @@ CP = copy
LD
=
link
RM
=
remove
SQUEEZE
=
squeeze
WIPE
=
-
wipe
WIPE
=
x
wipe
XWIPE
=
x wipe
AWK
=
GNU.gawk
...
...
VersionASM
View file @
855c92ce
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.
19
"
Module_Version SETA 1
19
Module_MajorVersion SETS "1.
20
"
Module_Version SETA 1
20
Module_MinorVersion SETS ""
Module_Date SETS "1
0
J
ul
201
1
"
Module_ApplicationDate SETS "1
0
-J
ul
-1
1
"
Module_Date SETS "1
4
J
an
201
2
"
Module_ApplicationDate SETS "1
4
-J
an
-1
2
"
Module_ComponentName SETS "Draw"
Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Draw"
Module_FullVersion SETS "1.
19
"
Module_HelpVersion SETS "1.
19
(1
0
J
ul
201
1
)"
Module_FullVersion SETS "1.
20
"
Module_HelpVersion SETS "1.
20
(1
4
J
an
201
2
)"
END
VersionNum
View file @
855c92ce
/* (1.
19
)
/* (1.
20
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.
19
#define Module_MajorVersion_CMHG 1.
20
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
0
J
ul
201
1
#define Module_Date_CMHG 1
4
J
an
201
2
#define Module_MajorVersion "1.
19
"
#define Module_Version 1
19
#define Module_MajorVersion "1.
20
"
#define Module_Version 1
20
#define Module_MinorVersion ""
#define Module_Date "1
0
J
ul
201
1
"
#define Module_Date "1
4
J
an
201
2
"
#define Module_ApplicationDate "1
0
-J
ul
-1
1
"
#define Module_ApplicationDate "1
4
-J
an
-1
2
"
#define Module_ComponentName "Draw"
#define Module_ComponentPath "castle/RiscOS/Sources/Apps/Draw"
#define Module_FullVersion "1.
19
"
#define Module_HelpVersion "1.
19
(1
0
J
ul
201
1
)"
#define Module_LibraryVersionInfo "1:
19
"
#define Module_FullVersion "1.
20
"
#define Module_HelpVersion "1.
20
(1
4
J
an
201
2
)"
#define Module_LibraryVersionInfo "1:
20
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment