From 340a7f869afe099389779162314485c4e7474df2 Mon Sep 17 00:00:00 2001 From: ROOL Date: Sat, 30 Nov 2019 08:43:28 +0000 Subject: [PATCH] Update InstallTools,fd7 Version 1.99. Tagged as 'Library-1_99' --- InstallTools,fd7 | 11 +++++------ VersionNum | 20 ++++++++++---------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/InstallTools,fd7 b/InstallTools,fd7 index 21ec574..1a511f5 100644 --- a/InstallTools,fd7 +++ b/InstallTools,fd7 @@ -14,14 +14,13 @@ | Set Build$LibDir -Echo This script will take the main build tools from a current copy of the Acorn -Echo C/C++ tools suite (as installed from CD) and install the main tools into the -Echo Shared Source RISC OS build directory so that you can build Shared Source RISC -Echo OS components. +Echo This script will take the main build tools from a current install of the +Echo Desktop Development Environment and install the main tools into +Echo the RISC OS build directory so that you can build RISC OS components. Echo Echo Checking environment... -IfThere .Acorn Then Else Error This script must be run from within the Shared Source RISC OS 'Library' directory. +IfThere .Acorn Then Else Error This script must be run from within the RISC OS 'Library' directory. Echo Echo Checking that the AcornC/C++ directory has been 'seen' by the filer... @@ -88,4 +87,4 @@ Echo Echo ------------------------------------------------------------------------------ Echo Echo WARNING: these tools are commercial products. Do not include them in any -Echo distributions of your Shared Source RISC OS components. +Echo distributions of your Open Source RISC OS components. diff --git a/VersionNum b/VersionNum index c13fbf2..e844fe3 100644 --- a/VersionNum +++ b/VersionNum @@ -1,21 +1,21 @@ -/* (1.98) +/* (1.99) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 1.98 +#define Module_MajorVersion_CMHG 1.99 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 19 Aug 2019 +#define Module_Date_CMHG 30 Nov 2019 -#define Module_MajorVersion "1.98" -#define Module_Version 198 +#define Module_MajorVersion "1.99" +#define Module_Version 199 #define Module_MinorVersion "" -#define Module_Date "19 Aug 2019" +#define Module_Date "30 Nov 2019" -#define Module_ApplicationDate "19-Aug-19" +#define Module_ApplicationDate "30-Nov-19" #define Module_ComponentName "Library" -#define Module_FullVersion "1.98" -#define Module_HelpVersion "1.98 (19 Aug 2019)" -#define Module_LibraryVersionInfo "1:98" +#define Module_FullVersion "1.99" +#define Module_HelpVersion "1.99 (30 Nov 2019)" +#define Module_LibraryVersionInfo "1:99" -- GitLab