Skip to content

Commit

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

Libtool versioning:
- libkdumpfile bumped by commit 5a468f2
- libaddrxlat bumped by this commit

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
  • Loading branch information
ptesarik committed Nov 18, 2023
1 parent 5830785 commit 82f1795
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
next
----
0.5.4
-----
* Full support for 64-bit RISC-V.
* Improve error messages (detailed OS error, optional file names)
* Bug fixes and minor performance tweaks.

0.5.3
-----
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], [3])
m4_define([pkg_micro_version], [4])
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:2:1
libaddrxlat_la_LDFLAGS = -version-info 4:3:1

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

0 comments on commit 82f1795

Please sign in to comment.