Skip to content

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0 (renamed from originally planned 0.1.8)
Libotool version: new API, API modified, API removed

Signed-off-by: Petr Tesarik <[email protected]>
  • Loading branch information
ptesarik committed Jan 29, 2016
1 parent 6d740ab commit bbe7cf8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.1.8
0.2.0
-----
* Unit tests (run "make check")
* API and ABI changed:
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.7],[[email protected]],[libkdumpfile])
[0.2.0],[[email protected]],[libkdumpfile])

AC_CONFIG_SRCDIR([src/diskdump.c])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ libkdumpfile_la_SOURCES = \

EXTRA_libkdumpfile_la_DEPENDENCIES = libkdumpfile.map

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

include_HEADERS = \
Expand Down

0 comments on commit bbe7cf8

Please sign in to comment.