Commit 812c0d9f authored by Ben Avison's avatar Ben Avison
Browse files

Adjusted STB build options:

* NoCommandPrompt is disabled, so we'll get "Press SPACE or click mouse to
  continue" back again on exit from command windows
* UseAMBControl and StrongARM flags are no longer conditional, since the
  new STB kernel is guaranteed to support them

Version 4.40. Tagged as 'Wimp-4_40'
parent 06f77d05
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.39"
Module_Version SETA 439
Module_MajorVersion SETS "4.40"
Module_Version SETA 440
Module_MinorVersion SETS ""
Module_Date SETS "04 Feb 2000"
Module_FullVersion SETS "4.39"
Module_Date SETS "16 Feb 2000"
Module_FullVersion SETS "4.40"
END
/* (4.39)
/* (4.40)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.39
#define Module_MajorVersion_CMHG 4.40
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 04 Feb 2000
#define Module_Date_CMHG 16 Feb 2000
#define Module_MajorVersion "4.39"
#define Module_Version 439
#define Module_MajorVersion "4.40"
#define Module_Version 440
#define Module_MinorVersion ""
#define Module_Date "04 Feb 2000"
#define Module_Date "16 Feb 2000"
#define Module_FullVersion "4.39"
#define Module_FullVersion "4.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