summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2009-03-06 14:10:18 -0800
committerSam Roberts <vieuxtech@gmail.com>2009-03-06 14:10:18 -0800
commit0f90ca88f3bd5d04e89601930bfc8f442c51f2b5 (patch)
treeea2c050f8975330d6dd745a54e2310c2cff92480
parent9fce425a281857b1e903401256b221f8e97f243a (diff)
downloadlibnet-0f90ca88f3bd5d04e89601930bfc8f442c51f2b5.tar.gz
Update .so version to be one src change past the last debian release.
Debian patches to v1.1.2.1 used 4:0:3, in error, so we use 5:0:4, as per the rules. See Makefile.am comments for reference.
-rw-r--r--libnet/src/Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/libnet/src/Makefile.am b/libnet/src/Makefile.am
index 83e65d5..bd4952f 100644
--- a/libnet/src/Makefile.am
+++ b/libnet/src/Makefile.am
@@ -58,4 +58,10 @@ libnet_la_SOURCES = libnet_asn1.c \
libnet_write.c
libnet_la_LIBADD = @LTLIBOBJS@
-libnet_la_LDFLAGS = -version-info 1:3:1 -Wl
+libnet_la_LDFLAGS = -version-info 5:0:4 -Wl
+
+# Note: this version-info should NOT simply be the version of the libnet
+# package. See:
+# http://www.sourceware.org/autobook/autobook/autobook_91.html
+# for the rules.
+