diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-01-12 04:06:25 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2001-01-12 04:06:25 +0000 |
commit | 512d0d1c236ec5cbfcec5779eee71625e36b9026 (patch) | |
tree | 9015e6c650e5ece20736537bb57e0a9607fbcdc1 /config.h.win32 | |
parent | 6cc281a3b3c4005142d9bdb13c8a65cd9c3eec98 (diff) | |
download | wireshark-512d0d1c236ec5cbfcec5779eee71625e36b9026.tar.gz wireshark-512d0d1c236ec5cbfcec5779eee71625e36b9026.tar.bz2 wireshark-512d0d1c236ec5cbfcec5779eee71625e36b9026.zip |
Change version numbers to 0.8.15
svn path=/trunk/; revision=2882
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.h.win32 b/config.h.win32 index 43b5ef2e0f..44f86054e6 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -1,4 +1,4 @@ -/* $Id: config.h.win32,v 1.23 2000/11/28 15:54:18 gram Exp $ */ +/* $Id: config.h.win32,v 1.24 2001/01/12 04:06:22 gram Exp $ */ /* config.h.win32 Generated manually. :-) */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -139,8 +139,8 @@ #define PACKAGE "ethereal" /* Version number of package */ -#define VERSION "0.8.14.1" +#define VERSION "0.8.15" /* Plugin installation directory */ -#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.14.1" +#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.15" |