aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 7d68315b7d..533c027f51 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.11 2000/11/18 21:41:37 guy Exp $
+ * $Id: plugins.c,v 1.12 2000/11/20 17:10:25 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -91,11 +91,11 @@ typedef struct _new_plugin {
static new_plugin *new_plugin_list;
#ifdef WIN32
-static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.13";
-static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.13";
+static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.14";
+static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.14";
#else
-static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.13";
-static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.13";
+static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.14";
+static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.14";
#endif
static gchar *user_plug_dir = NULL;
static gchar *plugin_status_file = NULL;