diff options
author | Gerald Combs <gerald@wireshark.org> | 2001-10-12 17:17:05 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2001-10-12 17:17:05 +0000 |
commit | 3ccc10f6227a94a6da50bc4eb87e811e80b8e7c2 (patch) | |
tree | ad12780d6253de19889c66261b1ce8d8b382f0c6 /config.nmake | |
parent | 0ce416f1770d33808d9912b7701bba18be05f9e4 (diff) | |
download | wireshark-3ccc10f6227a94a6da50bc4eb87e811e80b8e7c2.tar.gz wireshark-3ccc10f6227a94a6da50bc4eb87e811e80b8e7c2.tar.bz2 wireshark-3ccc10f6227a94a6da50bc4eb87e811e80b8e7c2.zip |
Get NEWS current up to July 31, update version to 0.8.20.
svn path=/trunk/; revision=4021
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.nmake b/config.nmake index d219092e36..a5d3f9bc1b 100644 --- a/config.nmake +++ b/config.nmake @@ -1,7 +1,7 @@ -# $Id: config.nmake,v 1.16 2001/07/13 13:54:54 jfoster Exp $ +# $Id: config.nmake,v 1.17 2001/10/12 17:17:04 gerald Exp $ -VERSION=0.8.19 -RC_VERSION=0,8,19 +VERSION=0.8.20 +RC_VERSION=0,8,20 WTAP_VERSION=0.0 GTK_VERSION=1.3 |