From 85aa757f5ad124ec710629d2aeb78dd4813fbb01 Mon Sep 17 00:00:00 2001 From: Ben Avison <bavison@gitlab.riscosopen.org> Date: Sun, 14 Jun 2009 01:38:25 +0000 Subject: [PATCH] Added support for machine-neutral builds Detail: Machine can now take values All or All32 Admin: Tested in a BuildHost build. Version 4.76. Tagged as 'BuildSys-4_76' --- ImageName/SysMap | 2 ++ VersionNum | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/ImageName/SysMap b/ImageName/SysMap index d0a9f06..a5a0daa 100644 --- a/ImageName/SysMap +++ b/ImageName/SysMap @@ -24,6 +24,8 @@ USERIF N:PsionNB2 Machine + A:All + A:All32 B:Boca O:Omega S:STB3 diff --git a/VersionNum b/VersionNum index e4d0222..417c4ef 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (4.75) +/* (4.76) * * This file is automatically maintained by srccommit, do not edit manually. * Last processed by srccommit version: 1.1. * */ -#define Module_MajorVersion_CMHG 4.75 +#define Module_MajorVersion_CMHG 4.76 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 13 Jun 2009 +#define Module_Date_CMHG 14 Jun 2009 -#define Module_MajorVersion "4.75" -#define Module_Version 475 +#define Module_MajorVersion "4.76" +#define Module_Version 476 #define Module_MinorVersion "" -#define Module_Date "13 Jun 2009" +#define Module_Date "14 Jun 2009" -#define Module_ApplicationDate "13-Jun-09" +#define Module_ApplicationDate "14-Jun-09" #define Module_ComponentName "BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys" -#define Module_FullVersion "4.75" -#define Module_HelpVersion "4.75 (13 Jun 2009)" -#define Module_LibraryVersionInfo "4:75" +#define Module_FullVersion "4.76" +#define Module_HelpVersion "4.76 (14 Jun 2009)" +#define Module_LibraryVersionInfo "4:76" -- GitLab