mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-09 05:42:01 -04:00
Update version numbers
This commit is contained in:
parent
367a8f9fc5
commit
076cd229f3
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="A70" date="2025-03-13" />
|
||||
<release version="A71" date="2025-04-28" />
|
||||
</releases>
|
||||
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
|
||||
<developer_name>LongSoft</developer_name>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('UEFITool', ['c', 'cpp'],
|
||||
version: 'A71',
|
||||
version: 'A72',
|
||||
license: 'BSD-2-Clause',
|
||||
meson_version: '>=0.45.0',
|
||||
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
|
||||
#define VERSION_H
|
||||
|
||||
#define PROGRAM_VERSION "NE alpha 71" " (" __DATE__ ")"
|
||||
#define PROGRAM_VERSION "NE alpha 72" " (" __DATE__ ")"
|
||||
|
||||
#endif // VERSION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue