Skip to content

Commit

Permalink
Move Win32 version to 0.8.14.1
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=2705
  • Loading branch information
gilramir committed Nov 28, 2000
1 parent 63bf785 commit f69e977
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config.h.win32
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $Id: config.h.win32,v 1.22 2000/11/22 07:20:22 guy Exp $ */
/* $Id: config.h.win32,v 1.23 2000/11/28 15:54:18 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
Expand Down Expand Up @@ -139,8 +139,8 @@
#define PACKAGE "ethereal"

/* Version number of package */
#define VERSION "0.8.14"
#define VERSION "0.8.14.1"

/* Plugin installation directory */
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.14"
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.14.1"

6 changes: 3 additions & 3 deletions epan/plugins.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
* $Id: plugins.c,v 1.12 2000/11/20 17:10:25 gram Exp $
* $Id: plugins.c,v 1.13 2000/11/28 15:54:20 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
Expand Down Expand Up @@ -91,8 +91,8 @@ 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";
static gchar local_plug_dir[] = "c:/ethereal/plugins/0.8.14";
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";
#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";
Expand Down

0 comments on commit f69e977

Please sign in to comment.