aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins.c b/plugins.c
index 770fe41021..4ca2085a39 100644
--- a/plugins.c
+++ b/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.23 2000/08/19 17:53:02 deniel Exp $
+ * $Id: plugins.c,v 1.24 2000/09/14 10:03:02 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -73,11 +73,11 @@ plugin *plugin_list;
guint32 enabled_plugins_number;
#ifdef WIN32
-static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.11";
-static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.11";
+static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.12";
+static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.12";
#else
-static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.11";
-static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.11";
+static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.12";
+static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.12";
#endif
static gchar *user_plug_dir = NULL;
static gchar *plugin_status_file = NULL;