Commit 27e6d1bd authored by John Ballance's avatar John Ballance
Browse files

Corrected a couple of details wrt EtherTH module naming

Detail:
  corrected references from EtherET to EtherTH in moduleDB and Components files

Admin:
  (highlight level of testing that has taken place)
  (bugfix number if appropriate)


Version 6.40. Tagged as 'BuildSys-6_40'
parent 54e10c87
...@@ -163,7 +163,7 @@ ShareFS ...@@ -163,7 +163,7 @@ ShareFS
MimeMap MimeMap
LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE LanManFS -options OPTIONS=-DCHECK_ARMBOOT_EXISTS ROMSPRITES=TRUE
###EtherUSB ###EtherUSB
##EtherET EtherTH
DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4 DHCP -options OPTIONS=-DMINIMUM_OPTIONS_LENGTH=4
Edit Edit
Draw Draw
......
...@@ -241,7 +241,7 @@ EHCIDriver C Sources.HWSupport.USB.USBDriver.build ...@@ -241,7 +241,7 @@ EHCIDriver C Sources.HWSupport.USB.USBDriver.build
ELFLoader C closed.RiscOS.Sources.Programmer.ELFLoader Programmer ELFLoader ELFLoader C closed.RiscOS.Sources.Programmer.ELFLoader Programmer ELFLoader
EnsureLine C closed.RiscOS.Sources.Networking.Modem.EnsureLine Networking EnsureLine EnsureLine C closed.RiscOS.Sources.Networking.Modem.EnsureLine Networking EnsureLine
EtherB C Sources.Networking.Ethernet.EtherB Networking EtherB EtherB C Sources.Networking.Ethernet.EtherB Networking EtherB
EtherET C Sources.Networking.Ethernet.EtherTH Networking EtherET EtherTH C Sources.Networking.Ethernet.EtherTH Networking EtherTH
EtherI C closed.RiscOS.Sources.Networking.Ethernet.EtherI Networking EtherI EtherI C closed.RiscOS.Sources.Networking.Ethernet.EtherI Networking EtherI
EtherUSB C Sources.Networking.Ethernet.EtherUSB Networking EtherUSB EtherUSB C Sources.Networking.Ethernet.EtherUSB Networking EtherUSB
EtherK C Sources.Networking.Ethernet.EtherK Networking EtherK EtherK C Sources.Networking.Ethernet.EtherK Networking EtherK
......
/* (6.39) /* (6.40)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 6.39 #define Module_MajorVersion_CMHG 6.40
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 04 Apr 2014 #define Module_Date_CMHG 10 Apr 2014
#define Module_MajorVersion "6.39" #define Module_MajorVersion "6.40"
#define Module_Version 639 #define Module_Version 640
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "04 Apr 2014" #define Module_Date "10 Apr 2014"
#define Module_ApplicationDate "04-Apr-14" #define Module_ApplicationDate "10-Apr-14"
#define Module_ComponentName "BuildSys" #define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.39" #define Module_FullVersion "6.40"
#define Module_HelpVersion "6.39 (04 Apr 2014)" #define Module_HelpVersion "6.40 (10 Apr 2014)"
#define Module_LibraryVersionInfo "6:39" #define Module_LibraryVersionInfo "6:40"
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