Skip to content

Commit

Permalink
Bump version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bregma committed Feb 22, 2024
1 parent 9042735 commit 9cc4d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -27,7 +27,7 @@ AC_COPYRIGHT([

define(pkg_major, 1)
define(pkg_minor, 8)
define(pkg_extra, 0)
define(pkg_extra, 1)
define(pkg_maintainer, https://github.com/libunwind/libunwind)
define(mkvers, $1.$2.$3)
AC_INIT([libunwind],[mkvers(pkg_major, pkg_minor, pkg_extra)],[pkg_maintainer])
Expand Down

0 comments on commit 9cc4d98

Please sign in to comment.