Skip to content

Commit

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

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

Signed-off-by: Petr Tesarik <petr@tesarici.cz>
  • Loading branch information
ptesarik committed Jul 17, 2023
1 parent dcecd8f commit 4b746ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.2
-----
* Full support for 32-bit Arm.
* ERASEINFO in the file.eraseinfo.raw attribute.

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], [1])
m4_define([pkg_micro_version], [2])
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 @@ -35,7 +35,7 @@ libaddrxlat_la_SOURCES = \
s390x.c \
x86_64.c

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

if HAVE_LD_VERSION_SCRIPT
libaddrxlat_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libaddrxlat.map
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:0:0
libkdumpfile_la_LDFLAGS = -version-info 10:1:0

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

0 comments on commit 4b746ca

Please sign in to comment.