Skip to content

Commit

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

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

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
  • Loading branch information
ptesarik committed Nov 6, 2023
1 parent d6d1c76 commit 2430f09
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.3
-----
* Support flattened KDUMP format.

0.5.2
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], [2])
m4_define([pkg_micro_version], [3])
m4_define([pkg_version],
[pkg_major_version.pkg_minor_version.pkg_micro_version])

Expand Down
2 changes: 1 addition & 1 deletion src/kdumpfile/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ libkdumpfile_la_LIBADD = \
$(SNAPPY_LIBS) \
$(ZSTD_LIBS)

libkdumpfile_la_LDFLAGS = -version-info 10:1:0
libkdumpfile_la_LDFLAGS = -version-info 10:2:0

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

0 comments on commit 2430f09

Please sign in to comment.