mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-27 13:34:33 -04:00
Implement custom LZMA dictionary size support, fixes #154
This commit is contained in:
parent
e6f84f9f7d
commit
4bee991c94
9 changed files with 93 additions and 33 deletions
|
@ -11,9 +11,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
*/
|
||||
|
||||
#ifndef __VERSION_H__
|
||||
#define __VERSION_H__
|
||||
#ifndef VERSION_H
|
||||
#define VERSION_H
|
||||
|
||||
#define PROGRAM_VERSION "0.25.1"
|
||||
#define PROGRAM_VERSION "0.26.0"
|
||||
|
||||
#endif
|
||||
#endif // VERSION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue