aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-11-20 17:10:26 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-11-20 17:10:26 +0000
commit5a0e2a658a9189a7292b8ef6659f16dbf009150c (patch)
treea0652ffe4bd27b56252e9365d9dae5f007373f91 /epan/plugins.c
parentb054fb1cb68efc29272a9fa126cbaf1458fa53bd (diff)
Move to version 0.8.14
svn path=/trunk/; revision=2682
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;