Skip to content

Commit

Permalink
Prepare release 0.1.4
Browse files Browse the repository at this point in the history
Bump version to 0.1.5
Libtool version: new API added, no API removed/modified.

Signed-off-by: Petr Tesarik <ptesarik@suse.com>
  • Loading branch information
ptesarik committed Nov 25, 2015
1 parent e40cc58 commit d7570a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ libkdumpfile_la_SOURCES = \

EXTRA_libkdumpfile_la_DEPENDENCIES = libkdumpfile.map

libkdumpfile_la_LDFLAGS = -version-info 3:0:3
libkdumpfile_la_LDFLAGS = -version-info 4:0:4
libkdumpfile_la_LDFLAGS += -Wl,--version-script=$(srcdir)/libkdumpfile.map

include_HEADERS = \
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
-----
* improved support of Xen dumpcore files
* basic support for MIPS architecture
* fix support for LKCD dumps on s390x

0.1.4
-----
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl You should have received a copy of the GNU General Public License
dnl along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_INIT([Library for reading kernel core dumps],
[0.1.4],[ptesarik@suse.cz],[libkdumpfile])
[0.1.5],[ptesarik@suse.cz],[libkdumpfile])

AC_CONFIG_SRCDIR([diskdump.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit d7570a9

Please sign in to comment.