summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-19 19:44:21 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-19 19:44:21 +0000
commit4c43d6359430c8cd79255e2c6e60ce3659f6f374 (patch)
tree1ceac1226a6d26709faa9037d4097e14a1463f61 /config.nmake
parent38ec1644e68721d6b5afb84dce1684b943b1aee0 (diff)
downloadwireshark-4c43d6359430c8cd79255e2c6e60ce3659f6f374.tar.gz
We've changed the Wiretap ABI (removed one routine), so bump the library
version number. WinPcap 3.1 is no longer in alpha. (Should we make WINPCAP_VERSION 3.1, so we default to assuming WinPcap 3.1?) svn path=/trunk/; revision=15438
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake
index 9833c6d8de..b66536eaf1 100644
--- a/config.nmake
+++ b/config.nmake
@@ -20,13 +20,13 @@ VERSION=0.10.12
RC_VERSION=0,10,12
# The version of the wiretap library
-WTAP_VERSION=0.1
-RC_WTAP_VERSION=0,1
+WTAP_VERSION=0.2
+RC_WTAP_VERSION=0,2
#
# If you're building with WinPcap 2.3, set WINPCAP_VERSION to 2.3; if
# you're building with WinPcap 3.0, set it to 3.0; if you're building
-# with WinPcap 3.1 alpha, set it to 3.1.
+# with WinPcap 3.1, set it to 3.1.
#
# If you're not building with WinPcap at all, don't set it (comment
# out or remove the line that sets it).