diff options
author | Gerald Combs <gerald@wireshark.org> | 2003-11-02 23:36:01 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2003-11-02 23:36:01 +0000 |
commit | cb452773c29a7b1c5683af4a6608f5103f4871b3 (patch) | |
tree | 50d75be3565ae25616c48101b336fa1f10b30c51 /config.nmake | |
parent | 4e77ada79e5f8388d655f845f9e97aef97038328 (diff) | |
download | wireshark-cb452773c29a7b1c5683af4a6608f5103f4871b3.tar.gz wireshark-cb452773c29a7b1c5683af4a6608f5103f4871b3.tar.bz2 wireshark-cb452773c29a7b1c5683af4a6608f5103f4871b3.zip |
Bump the version number to 0.9.16.
svn path=/trunk/; revision=8861
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 9a9f48a4a7..737a842c52 100644 --- a/config.nmake +++ b/config.nmake @@ -1,6 +1,6 @@ -# $Id: config.nmake,v 1.60 2003/10/10 09:48:54 guy Exp $ +# $Id: config.nmake,v 1.61 2003/11/02 23:36:01 gerald Exp $ -VERSION=0.9.15 +VERSION=0.9.16 # # This should be comma-separated, not dot-separated, as per Graham # Bloice's message in @@ -12,7 +12,7 @@ VERSION=0.9.15 # number to be correctly displayed in the explorer properties dialog # for the executables, and XP's tooltip, rather than 0.0.0.0." # -RC_VERSION=0,9,15 +RC_VERSION=0,9,16 WTAP_VERSION=0.0 WINPCAP_VERSION=2.3 |