Skip to content

Commit bf93a5e

Browse files
author
Nikolaj Schlej
committed
Bump version numbers
1 parent d03a8f2 commit bf93a5e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appstream/appdata.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</screenshot>
1414
</screenshots>
1515
<releases>
16-
<release version="A67" date="2023-06-19" />
16+
<release version="A68" date="2023-11-03" />
1717
</releases>
1818
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
1919
<developer_name>LongSoft</developer_name>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('UEFITool', ['c', 'cpp'],
2-
version: 'A68',
2+
version: 'A69',
33
license: 'BSD-2-Clause',
44
meson_version: '>=0.45.0',
55
default_options : ['c_std=c11', 'cpp_std=c++11'],

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
1414
#ifndef VERSION_H
1515
#define VERSION_H
1616

17-
#define PROGRAM_VERSION "NE alpha 68" " (" __DATE__ ")"
17+
#define PROGRAM_VERSION "NE alpha 69" " (" __DATE__ ")"
1818

1919
#endif // VERSION_H

0 commit comments

Comments
 (0)