Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajSchlej committed Nov 4, 2023
1 parent d03a8f2 commit bf93a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appstream/appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</screenshot>
</screenshots>
<releases>
<release version="A67" date="2023-06-19" />
<release version="A68" date="2023-11-03" />
</releases>
<url type="homepage">https://github.com/LongSoft/UEFITool</url>
<developer_name>LongSoft</developer_name>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('UEFITool', ['c', 'cpp'],
version: 'A68',
version: 'A69',
license: 'BSD-2-Clause',
meson_version: '>=0.45.0',
default_options : ['c_std=c11', 'cpp_std=c++11'],
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 68" " (" __DATE__ ")"
#define PROGRAM_VERSION "NE alpha 69" " (" __DATE__ ")"

#endif // VERSION_H

0 comments on commit bf93a5e

Please sign in to comment.