Skip to content

Commit

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

Libtool versioning:
- libkdumpfile bumped by commit e182aea
- libaddrxlat bumped by this commit

kdumpid version:
- start with 1.7 (last separate release was 1.6)

Signed-off-by: Petr Tesarik <[email protected]>
  • Loading branch information
ptesarik committed Dec 25, 2024
1 parent c3b3367 commit 2cae683
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
next
----
0.5.5
-----
* Incompatible API changes:
- kdump_get_typed_attr(): parameters and type mismatch behaviour
- kdump_attr_ref_get(): result must be discarded
Expand Down
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], [5])
m4_define([pkg_micro_version], [4])
m4_define([pkg_micro_version], [5])
m4_define([pkg_version],
[pkg_major_version.pkg_minor_version.pkg_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion src/addrxlat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ libaddrxlat_la_SOURCES = \
s390x.c \
x86_64.c

libaddrxlat_la_LDFLAGS = -version-info 4:3:1
libaddrxlat_la_LDFLAGS = -version-info 4:4:1

if HAVE_LD_VERSION_SCRIPT
libaddrxlat_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libaddrxlat.map
Expand Down

0 comments on commit 2cae683

Please sign in to comment.