Skip to content

Commit c85eb38

Browse files
ROOLTimothyEBaldwin
authored andcommitted
BuildSys: [560] Add DHCP to PlingSystem
Version 7.77. Tagged as 'BuildSys-7_77'
1 parent 526f0d5 commit c85eb38

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

RiscOS/BuildSys/Components/ROOL/PlingSystem

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ ColourPicker -type EXP
2828
ColourTrans -type EXP
2929
DDEUtils -type EXP
3030
DDT -type EXP
31-
DHCP -type EXP
3231
Debugger -type EXP
3332
DeviceFS -type EXP
3433
DMAManager -type EXP
@@ -116,6 +115,7 @@ FrontEnd -options INSTDIR=<Install$Dir>.System.!System.310.Module
116115
ColourPicker -options INSTDIR=<Install$Dir>.System.!System.310.Modules OPTIONS="-DNO_INTERNATIONAL_HELP"
117116
DrawFile -options INSTDIR=<Install$Dir>.System.!System.310.Modules CMDHELP=None
118117
FilerUtils -options INSTDIR=<Install$Dir>.System.!System.310.Modules
118+
DHCP -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network OPTIONS="-DMINIMUM_OPTIONS_LENGTH=4" CMDHELP=None
119119
Freeway -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
120120
Internet -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None
121121
MimeMap -options INSTDIR=<Install$Dir>.System.!System.310.Modules.Network CMDHELP=None

RiscOS/BuildSys/VersionNum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
/* (7.76)
1+
/* (7.77)
22
*
33
* This file is automatically maintained by srccommit, do not edit manually.
44
*
55
*/
6-
#define Module_MajorVersion_CMHG 7.76
6+
#define Module_MajorVersion_CMHG 7.77
77
#define Module_MinorVersion_CMHG
8-
#define Module_Date_CMHG 22 Oct 2022
8+
#define Module_Date_CMHG 29 Oct 2022
99

10-
#define Module_MajorVersion "7.76"
11-
#define Module_Version 776
10+
#define Module_MajorVersion "7.77"
11+
#define Module_Version 777
1212
#define Module_MinorVersion ""
13-
#define Module_Date "22 Oct 2022"
13+
#define Module_Date "29 Oct 2022"
1414

15-
#define Module_ApplicationDate "22-Oct-22"
15+
#define Module_ApplicationDate "29-Oct-22"
1616

1717
#define Module_ComponentName "BuildSys"
1818

19-
#define Module_FullVersion "7.76"
20-
#define Module_HelpVersion "7.76 (22 Oct 2022)"
21-
#define Module_LibraryVersionInfo "7:76"
19+
#define Module_FullVersion "7.77"
20+
#define Module_HelpVersion "7.77 (29 Oct 2022)"
21+
#define Module_LibraryVersionInfo "7:77"

0 commit comments

Comments
 (0)