aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-27 00:37:48 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-27 00:37:48 +0000
commit996d5b98c8930a8af01d42193397e219d265e183 (patch)
treeb8174b51ad53b15842eed1099f0f8a219ba58236 /config.nmake
parent44db2c566512d33c8b7ff3a830433d38d3441364 (diff)
bump up the wiretap.dll version from 0.2 to 0.3 as I've recently changed the wiretap API in an incompatible way
the timestamps now contain nseconds instead of microseconds and there's a new function added. Is there a similar place for the Unix builds where this version has to be changed too? svn path=/trunk/; revision=15551
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index b66536eaf1..3d366c01df 100644
--- a/config.nmake
+++ b/config.nmake
@@ -20,8 +20,8 @@ VERSION=0.10.12
RC_VERSION=0,10,12
# The version of the wiretap library
-WTAP_VERSION=0.2
-RC_WTAP_VERSION=0,2
+WTAP_VERSION=0.3
+RC_WTAP_VERSION=0,3
#
# If you're building with WinPcap 2.3, set WINPCAP_VERSION to 2.3; if