fixes #2
This commit is contained in:
parent
28bcd995ee
commit
f38cdfcf0d
File diff suppressed because it is too large
Load Diff
|
@ -249,5 +249,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20170218;
|
return 20170220;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
// This file was generated by Version2Header
|
// This file was generated by Version2Header
|
||||||
// Sat Feb 18 17:30:53 EST 2017
|
#ifndef SVN_VERSION
|
||||||
#ifndef VCS_VERSION
|
#define SVN_VERSION 2922
|
||||||
#define VCS_VERSION "11558"
|
#endif
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue