mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 13:52:01 -04:00
Initial ME parser, improved ucode parser, reset vector info
This commit is contained in:
parent
f386eda430
commit
2e7aa8133a
21 changed files with 1867 additions and 166 deletions
|
@ -1,6 +1,6 @@
|
|||
/* version.h
|
||||
|
||||
Copyright (c) 2018, LongSoft. All rights reserved.
|
||||
Copyright (c) 2019, Nikolaj Schlej. All rights reserved.
|
||||
This program and the accompanying materials
|
||||
are licensed and made available under the terms and conditions of the BSD License
|
||||
which accompanies this distribution. The full text of the license may be found at
|
||||
|
@ -14,6 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define PROGRAM_VERSION "NE alpha 55" " (" __DATE__ ")"
|
||||
#define PROGRAM_VERSION "NE alpha 56" " (" __DATE__ ")"
|
||||
|
||||
#endif // VERSION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue