From 8298f4144041651a925b90405fc8e0e2c685b91c Mon Sep 17 00:00:00 2001 From: Ben Avison Date: Fri, 27 Apr 2018 11:08:25 +0000 Subject: [PATCH] Resync with allocations database Version 2.76. Tagged as 'HdrSrc-2_76' --- VersionNum | 20 ++++++++++---------- hdr/UpCall | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/VersionNum b/VersionNum index c0f1154..2125251 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (2.75) +/* (2.76) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 2.75 +#define Module_MajorVersion_CMHG 2.76 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 15 Apr 2018 +#define Module_Date_CMHG 27 Apr 2018 -#define Module_MajorVersion "2.75" -#define Module_Version 275 +#define Module_MajorVersion "2.76" +#define Module_Version 276 #define Module_MinorVersion "" -#define Module_Date "15 Apr 2018" +#define Module_Date "27 Apr 2018" -#define Module_ApplicationDate "15-Apr-18" +#define Module_ApplicationDate "27-Apr-18" #define Module_ComponentName "HdrSrc" #define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc" -#define Module_FullVersion "2.75" -#define Module_HelpVersion "2.75 (15 Apr 2018)" -#define Module_LibraryVersionInfo "2:75" +#define Module_FullVersion "2.76" +#define Module_HelpVersion "2.76 (27 Apr 2018)" +#define Module_LibraryVersionInfo "2:76" diff --git a/hdr/UpCall b/hdr/UpCall index a9cc3fe..96d7161 100644 --- a/hdr/UpCall +++ b/hdr/UpCall @@ -69,6 +69,8 @@ UpCall_PMonitor # 1 ; 22 ; Acorn UpCall_PDumperAction # 1 ; 23 ; Castle UpCall_DriveAdded # 1 ;24 ; Alert the filer of hot plugging = Castle UpCall_DriveRemoved # 1 ;25 ; drive hardware = Castle +UpCall_CertificateConfirm # 1 ;26 ; query certificate chain +UpCall_CertificateConfirmEnd # 1 ;27 ; query certificate chain finished ; MOS UpCalls ^ 256 UpCall_NewApplication # 1 ; cf. Service_NewApplication -- GitLab