Post-release version bump

This commit is contained in:
Nikolaj Schlej 2023-02-12 18:54:21 -08:00
parent 24d61c4375
commit 69edce7d77
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
</screenshot>
</screenshots>
<releases>
<release version="A63" date="2023-01-29" />
<release version="A64" date="2023-02-12" />
</releases>
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
<developer_name>LongSoft</developer_name>

View file

@ -1,5 +1,5 @@
project('UEFITool', ['c', 'cpp'],
version: 'A64',
version: 'A65',
license: 'BSD-2-Clause',
meson_version: '>=0.45.0',
default_options : ['c_std=c11', 'cpp_std=c++11'],

View file

@ -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 64" " (" __DATE__ ")"
#define PROGRAM_VERSION "NE alpha 65" " (" __DATE__ ")"
#endif // VERSION_H