Commit 32937c67 authored by Kevin Bracey's avatar Kevin Bracey
Browse files

Corrected typo in POST modifications.

Version 5.13. Tagged as 'Kernel-5_13'
parent 23744498
......@@ -1837,7 +1837,7 @@ ts_Report_wait ROUT
;
; Here if a Display or other type of adaptor found.
;
[ STB :LAND: POSTFlashesFrontPanelLEDs)
[ STB :LAND: POSTFlashesFrontPanelLEDs
;
; Check to see if we are a PASS or FAIL
;
......
......@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "5.12"
Module_Version SETA 512
Module_MajorVersion SETS "5.13"
Module_Version SETA 513
Module_MinorVersion SETS ""
Module_Date SETS "26 Jan 2000"
Module_FullVersion SETS "5.12"
Module_FullVersion SETS "5.13"
END
/* (5.12)
/* (5.13)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 5.12
#define Module_MajorVersion_CMHG 5.13
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 26 Jan 2000
#define Module_MajorVersion "5.12"
#define Module_Version 512
#define Module_MajorVersion "5.13"
#define Module_Version 513
#define Module_MinorVersion ""
#define Module_Date "26 Jan 2000"
#define Module_FullVersion "5.12"
#define Module_FullVersion "5.13"
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