Commit 4941a771 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Explicitly test shift when Filer_Run-ning something on the Pinboard

Filer-2_40 and later require explicit opt in, otherwise it's just a normal Filer_Run.

Version 0.99. Tagged as 'Pinboard-0_99'
parent b98e7006
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.98"
Module_Version SETA 98
Module_MajorVersion SETS "0.99"
Module_Version SETA 99
Module_MinorVersion SETS ""
Module_Date SETS "09 Mar 2014"
Module_ApplicationDate SETS "09-Mar-14"
Module_Date SETS "29 Sep 2015"
Module_ApplicationDate SETS "29-Sep-15"
Module_ComponentName SETS "Pinboard"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Pinboard"
Module_FullVersion SETS "0.98"
Module_HelpVersion SETS "0.98 (09 Mar 2014)"
Module_FullVersion SETS "0.99"
Module_HelpVersion SETS "0.99 (29 Sep 2015)"
END
/* (0.98)
/* (0.99)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.98
#define Module_MajorVersion_CMHG 0.99
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 09 Mar 2014
#define Module_Date_CMHG 29 Sep 2015
#define Module_MajorVersion "0.98"
#define Module_Version 98
#define Module_MajorVersion "0.99"
#define Module_Version 99
#define Module_MinorVersion ""
#define Module_Date "09 Mar 2014"
#define Module_Date "29 Sep 2015"
#define Module_ApplicationDate "09-Mar-14"
#define Module_ApplicationDate "29-Sep-15"
#define Module_ComponentName "Pinboard"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Pinboard"
#define Module_FullVersion "0.98"
#define Module_HelpVersion "0.98 (09 Mar 2014)"
#define Module_LibraryVersionInfo "0:98"
#define Module_FullVersion "0.99"
#define Module_HelpVersion "0.99 (29 Sep 2015)"
#define Module_LibraryVersionInfo "0:99"
......@@ -512,7 +512,7 @@ OpenFiles Entry
LDR r7, [r7, #ic_next]
B %BT02
FilerRunCom DCB "Filer_Run ",0
FilerRunCom DCB "Filer_Run -Shift ",0
ALIGN
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
......
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