Skip to content

Commit

Permalink
Prepare release 0.3.0
Browse files Browse the repository at this point in the history
Bump version to 0.3.0 (renamed from originally planned 0.2.1)
Libotool versioning:
- libkdumpfile: new API, API modified, API removed
- libaddrxlat: first public release

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik committed May 12, 2017
1 parent 1014fb3 commit 21d20ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl Configure input file for elfutils.
dnl
dnl Copyright (C) 2014 Petr Tesarik <ptesarik@suse.cz>
dnl Copyright (C) 2014-2017 Petr Tesarik <ptesarik@suse.com>
dnl
dnl This file is part of libkdumpfile.
dnl
Expand All @@ -20,7 +19,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], [2])
m4_define([pkg_minor_version], [3])
m4_define([pkg_micro_version], [0])
m4_define([pkg_version],
[pkg_major_version.pkg_minor_version.pkg_micro_version])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ libkdumpfile_la_LIBADD = \
$(LZO_LIBS) \
$(SNAPPY_LIBS)

libkdumpfile_la_LDFLAGS = -version-info 6:0:0
libkdumpfile_la_LDFLAGS = -version-info 7:0:0

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

0 comments on commit 21d20ec

Please sign in to comment.