date
This commit is contained in:
parent
4284c47e0c
commit
6619302e3c
|
@ -251,5 +251,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20170529;
|
||||
return 20170602;
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// This file was generated by Version2Header
|
||||
// Mon May 29 16:15:30 EDT 2017
|
||||
// Fri Jun 02 23:03:47 EDT 2017
|
||||
#ifndef VCS_VERSION
|
||||
#define VCS_VERSION "14243"
|
||||
#define VCS_VERSION "14281"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue