From 996d5b98c8930a8af01d42193397e219d265e183 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sat, 27 Aug 2005 00:37:48 +0000 Subject: 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 --- config.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.nmake') 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 -- cgit v1.2.3