mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 15:38:22 +08:00
Bump version numbers
This commit is contained in:
parent
d03a8f254a
commit
bf93a5eacc
@ -13,7 +13,7 @@
|
|||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="A67" date="2023-06-19" />
|
<release version="A68" date="2023-11-03" />
|
||||||
</releases>
|
</releases>
|
||||||
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
|
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
|
||||||
<developer_name>LongSoft</developer_name>
|
<developer_name>LongSoft</developer_name>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('UEFITool', ['c', 'cpp'],
|
project('UEFITool', ['c', 'cpp'],
|
||||||
version: 'A68',
|
version: 'A69',
|
||||||
license: 'BSD-2-Clause',
|
license: 'BSD-2-Clause',
|
||||||
meson_version: '>=0.45.0',
|
meson_version: '>=0.45.0',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11'],
|
default_options : ['c_std=c11', 'cpp_std=c++11'],
|
||||||
|
@ -14,6 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
#ifndef VERSION_H
|
#ifndef VERSION_H
|
||||||
#define VERSION_H
|
#define VERSION_H
|
||||||
|
|
||||||
#define PROGRAM_VERSION "NE alpha 68" " (" __DATE__ ")"
|
#define PROGRAM_VERSION "NE alpha 69" " (" __DATE__ ")"
|
||||||
|
|
||||||
#endif // VERSION_H
|
#endif // VERSION_H
|
||||||
|
Loading…
Reference in New Issue
Block a user