Skip to content

Commit

Permalink
Prepare release 0.4.1
Browse files Browse the repository at this point in the history
Bump version to 0.4.1.

Libtool versioning has already been bumped:
- libaddrxlat in commit 450de7b
- libkdumpfile in commit 615d0e8

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik committed Nov 4, 2021
1 parent 7ec08b9 commit ee29349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dnl along with this program. If not, see <http://www.gnu.org/licenses/>.
dnl Package release versioning
m4_define([pkg_major_version], [0])
m4_define([pkg_minor_version], [4])
m4_define([pkg_micro_version], [0])
m4_define([pkg_micro_version], [1])
m4_define([pkg_version],
[pkg_major_version.pkg_minor_version.pkg_micro_version])

Expand Down

0 comments on commit ee29349

Please sign in to comment.