Post-release version bump to A62

This commit is contained in:
Nikolaj Schlej 2022-09-10 16:47:56 +02:00
parent c4ca232b3a
commit b457ed99cd
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
project('UEFITool', ['c', 'cpp'],
version: 'A61',
version: 'A62',
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 61" " (" __DATE__ ")"
#define PROGRAM_VERSION "NE alpha 62" " (" __DATE__ ")"
#endif // VERSION_H