Index: /trunk/INSTALL
===================================================================
--- /trunk/INSTALL	(revision 1753)
+++ /trunk/INSTALL	(revision 1754)
@@ -27,4 +27,17 @@
 
 ----------------------------------
+
+Installation FAQ:
+
+Q. I've installed libpcap but I'm still getting the following error: 
+"libpcap0.8 or greater is required to compile libtrace. If you have installed 
+it in a non-standard location please use LDFLAGS to specify the location of 
+the library"?
+
+A. You need to install the development version of the pcap library. 
+For example, Ubuntu/Debian users will need to install the libpcap0.8-dev package 
+in addition to the libpcap0.8 package.
+
+----------------------------------
 Using libtrace:
 
Index: /trunk/README
===================================================================
--- /trunk/README	(revision 1753)
+++ /trunk/README	(revision 1754)
@@ -1,6 +1,6 @@
-libtrace 3.0.13
+libtrace 3.0.14
 
 ---------------------------------------------------------------------------
-Copyright (c) 2007-2011 The University of Waikato, Hamilton, New Zealand.
+Copyright (c) 2007-2012 The University of Waikato, Hamilton, New Zealand.
 All rights reserved.
 
Index: /trunk/configure.in
===================================================================
--- /trunk/configure.in	(revision 1753)
+++ /trunk/configure.in	(revision 1754)
@@ -4,9 +4,9 @@
 # and in the README
 
-AC_INIT([libtrace],[3.0.13],[contact@wand.net.nz],[libtrace])
+AC_INIT([libtrace],[3.0.14],[contact@wand.net.nz],[libtrace])
 
 LIBTRACE_MAJOR=3
 LIBTRACE_MID=0
-LIBTRACE_MINOR=13
+LIBTRACE_MINOR=14
 
 # OpenSolaris hides libraries like libncurses in /usr/gnu/lib, which is not
