From 2010b4da9ccee3662a9bfdd6e761c2e91fc4f5f2 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 14 Mar 2013 13:10:25 -0700 Subject: Bump libnet versions in preparation for 1.2 release. --- libnet/configure.ac | 2 +- libnet/src/Makefile.am | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libnet/configure.ac b/libnet/configure.ac index ccc28c2..7ace166 100644 --- a/libnet/configure.ac +++ b/libnet/configure.ac @@ -4,7 +4,7 @@ dnl All rights reserved. dnl dnl Process this file with autoconf to produce a configure script. -AC_INIT([libnet],[1.1.6]) +AC_INIT([libnet],[1.2]) AC_MSG_RESULT(beginning autoconfiguration process for libnet-${PACKAGE_VERSION} ...) AC_CANONICAL_TARGET AC_CONFIG_SRCDIR([src/libnet_build_ip.c]) diff --git a/libnet/src/Makefile.am b/libnet/src/Makefile.am index c993a93..ad2e793 100644 --- a/libnet/src/Makefile.am +++ b/libnet/src/Makefile.am @@ -74,6 +74,7 @@ libnet_la_LIBADD = @LTLIBOBJS@ # # New APIs, backwards compatible, increment current and age. # Bug fix, no new APIs, increment revision. +# Not backwards compatible, increment current, reset revision and age to 0. # # Note: # 1.1.2.1-fork is 5:0:4 @@ -81,6 +82,7 @@ libnet_la_LIBADD = @LTLIBOBJS@ # 1.1.4 was 6:0:5 -> probably an error on my part # 1.1.5 is 7:0:6 -> new APIs, backwards compat # 1.1.6 is 8:0:7 -> new APIs, backwards compat +# 1.2 is 9:0:0 -> new APIs, removed __libnet_print_vers (internal, should not have been used, but linkable) APIs -libnet_la_LDFLAGS = -version-info 8:0:7 -Wl +libnet_la_LDFLAGS = -version-info 9:0:0 -Wl -- cgit v1.2.1