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 7b0e54e5f2..7bf5355d74 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.15 2001/01/03 07:53:46 guy Exp $
+ * $Id: plugins.c,v 1.16 2001/01/12 04:06:24 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.14.1";
-static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.14.1";
+static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.15";
+static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.15";
#else
-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";
+static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.15";
+static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.15";
#endif
static gchar *user_plug_dir = NULL;
static gchar *plugin_status_file = NULL;