diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-05 11:53:30 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-05 11:53:30 +0000 |
commit | e15209c496d228450bbc1a1306c86e5280a6d4f0 (patch) | |
tree | 02598f02fa97bc5e411be38c3351d9c5f7c891a6 /config.h.win32 | |
parent | 963e4ce472f3cc2c640e1197ba6b6456c98f1c3b (diff) | |
download | wireshark-e15209c496d228450bbc1a1306c86e5280a6d4f0.tar.gz wireshark-e15209c496d228450bbc1a1306c86e5280a6d4f0.tar.bz2 wireshark-e15209c496d228450bbc1a1306c86e5280a6d4f0.zip |
Update version and plugin directory.
svn path=/trunk/; revision=1801
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.win32 b/config.h.win32 index da44516f16..de2834f4ce 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -11,7 +11,7 @@ /* #undef HAVE_SA_LEN */ #define DATAFILE_DIR "/usr/local/etc" -#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8" +#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.5" /* #undef NEED_SNPRINTF_H */ @@ -60,7 +60,7 @@ #define PACKAGE "ethereal" /* Version number of package */ -#define VERSION "0.8.1" +#define VERSION "0.8.5" #ifndef WIN32 #define WIN32 1 |