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
EditApp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
Apps
EditApp
Commits
24549831
Commit
24549831
authored
Jan 14, 2012
by
Steve Revill
⚽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace "-wipe" with "x wipe" in Makefile
Version 1.66. Tagged as 'Edit-1_66'
parent
8c3948f0
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 @
24549831
...
...
@@ -52,7 +52,7 @@ CP = copy
LD
=
link
RM
=
remove
SQUEEZE
=
squeeze
WIPE
=
-
wipe
WIPE
=
x
wipe
XWIPE
=
x wipe
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-nocache
-stamp
-quit
...
...
VersionASM
View file @
24549831
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.6
5
"
Module_Version SETA 16
5
Module_MajorVersion SETS "1.6
6
"
Module_Version SETA 16
6
Module_MinorVersion SETS ""
Module_Date SETS "1
8 Jan 2010
"
Module_ApplicationDate SETS "1
8-Jan-10
"
Module_Date SETS "1
4 Jan 2012
"
Module_ApplicationDate SETS "1
4-Jan-12
"
Module_ComponentName SETS "Edit"
Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Edit"
Module_FullVersion SETS "1.6
5
"
Module_HelpVersion SETS "1.6
5 (18 Jan 2010
)"
Module_FullVersion SETS "1.6
6
"
Module_HelpVersion SETS "1.6
6 (14 Jan 2012
)"
END
VersionNum
View file @
24549831
/* (1.6
5
)
/* (1.6
6
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.6
5
#define Module_MajorVersion_CMHG 1.6
6
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
8 Jan 2010
#define Module_Date_CMHG 1
4 Jan 2012
#define Module_MajorVersion "1.6
5
"
#define Module_Version 16
5
#define Module_MajorVersion "1.6
6
"
#define Module_Version 16
6
#define Module_MinorVersion ""
#define Module_Date "1
8 Jan 2010
"
#define Module_Date "1
4 Jan 2012
"
#define Module_ApplicationDate "1
8-Jan-10
"
#define Module_ApplicationDate "1
4-Jan-12
"
#define Module_ComponentName "Edit"
#define Module_ComponentPath "castle/RiscOS/Sources/Apps/Edit"
#define Module_FullVersion "1.6
5
"
#define Module_HelpVersion "1.6
5 (18 Jan 2010
)"
#define Module_LibraryVersionInfo "1:6
5
"
#define Module_FullVersion "1.6
6
"
#define Module_HelpVersion "1.6
6 (14 Jan 2012
)"
#define Module_LibraryVersionInfo "1:6
6
"
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