aboutsummaryrefslogtreecommitdiffstats
path: root/plugins.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-07-04 12:10:06 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-07-04 12:10:06 +0000
commit32fe73b2dea541b3bbefdaad407318523775eb6f (patch)
treeb9a757caf360b173e615a84b18da43e7982c75ef /plugins.c
parent5e56c77cfca7687b532b7207824f7a2675647a3a (diff)
Change version to 0.8.10
In gtk/Makefile.nmake, add progress_dlg.obj svn path=/trunk/; revision=2108
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 de0dadf418..2eac3e26ba 100644
--- a/plugins.c
+++ b/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.18 2000/06/07 02:36:59 gram Exp $
+ * $Id: plugins.c,v 1.19 2000/07/04 12:09:45 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -67,11 +67,11 @@ plugin *plugin_list;
guint32 enabled_plugins_number;
#ifdef WIN32
-static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.9";
-static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.9";
+static gchar std_plug_dir[] = "c:/program files/ethereal/plugins/0.8.10";
+static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.10";
#else
-static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.9";
-static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.9";
+static gchar std_plug_dir[] = "/usr/lib/ethereal/plugins/0.8.10";
+static gchar local_plug_dir[] = "/usr/local/lib/ethereal/plugins/0.8.10";
#endif
static gchar *user_plug_dir = NULL;
static gchar *plugin_status_file = NULL;