Skip to content

Commit

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

Signed-off-by: Petr Tesarik <[email protected]>
  • Loading branch information
Petr Tesarik committed Nov 7, 2014
1 parent c31077f commit 1176389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libkdumpfile_la_SOURCES = \

EXTRA_libkdumpfile_la_DEPENDENCIES = libkdumpfile.map

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

include_HEADERS = \
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.2],[[email protected]],[libkdumpfile])
[0.1.3],[[email protected]],[libkdumpfile])

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

0 comments on commit 1176389

Please sign in to comment.