diff options
author | Gerald Combs <gerald@wireshark.org> | 2002-06-28 20:15:31 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2002-06-28 20:15:31 +0000 |
commit | 1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e (patch) | |
tree | ad3e2f96aa5b8a30363f1c51344764e78df0d3bf /config.nmake | |
parent | 6ecde9ff1776e9aba419cbb9ea6595d920db011f (diff) | |
download | wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.tar.gz wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.tar.bz2 wireshark-1d91164b2a8bb0cdeb1c33eb3a98472e3a2d384e.zip |
Bump the version up to 0.9.5.
svn path=/trunk/; revision=5779
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 1849b05dbd..3a307d23c1 100644 --- a/config.nmake +++ b/config.nmake @@ -1,7 +1,7 @@ -# $Id: config.nmake,v 1.26 2002/05/18 04:00:34 gerald Exp $ +# $Id: config.nmake,v 1.27 2002/06/28 20:15:30 gerald Exp $ -VERSION=0.9.4 -RC_VERSION=0.9.4 +VERSION=0.9.5 +RC_VERSION=0.9.5 WTAP_VERSION=0.0 GTK_VERSION=1.3 |