Skip to content

Commit

Permalink
Release version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thkukuk committed Jul 26, 2024
1 parent f3ca146 commit b2a2b76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.13.0
* Fix variable overflow on 32bit systems and check for this (#15)

Version 0.12.0
* boot: Query systemd if soft-reboot was done

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(
'b_lto=true',
'warning_level=3',],
license : ['BSD-2-Clause',],
version : '0.11.0',
version : '0.13.0',
)

conf = configuration_data()
Expand Down

0 comments on commit b2a2b76

Please sign in to comment.