summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2013-03-14 13:10:25 -0700
committerSam Roberts <vieuxtech@gmail.com>2013-03-14 13:10:25 -0700
commit2010b4da9ccee3662a9bfdd6e761c2e91fc4f5f2 (patch)
treec94c6de89a181e61b8d5872706158a21af4ed9f7
parent426f727b11f70cd3541d16757cf0ab414b87ea98 (diff)
downloadlibnet-2010b4da9ccee3662a9bfdd6e761c2e91fc4f5f2.tar.gz
Bump libnet versions in preparation for 1.2 release.
-rw-r--r--libnet/configure.ac2
-rw-r--r--libnet/src/Makefile.am4
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