diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-10-27 02:24:08 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-10-27 02:24:08 +0000 |
commit | 2b8cd626f78199529fbeb35e90ef0b13fae8e4e9 (patch) | |
tree | 656bfc2f65d204690ab5bcb2da49a7a04b22ba74 /config.h.win32 | |
parent | 4386002cc34d6a37e5f3f483c57efabe6359e771 (diff) | |
download | wireshark-2b8cd626f78199529fbeb35e90ef0b13fae8e4e9.tar.gz wireshark-2b8cd626f78199529fbeb35e90ef0b13fae8e4e9.tar.bz2 wireshark-2b8cd626f78199529fbeb35e90ef0b13fae8e4e9.zip |
Move to 0.8.13
svn path=/trunk/; revision=2540
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 71e99fe0d4..6eac0a1b01 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -1,4 +1,4 @@ -/* $Id: config.h.win32,v 1.19 2000/10/27 02:22:04 gram Exp $ */ +/* $Id: config.h.win32,v 1.20 2000/10/27 02:24:08 gram Exp $ */ /* config.h.win32 Generated manually. :-) */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -125,5 +125,5 @@ #define VERSION "0.8.13" /* Plugin installation directory */ -#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.12" +#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.13" |