Change version numbers to 0.8.15

svn path=/trunk/; revision=2882
This commit is contained in:
Gilbert Ramirez 2001-01-12 04:06:25 +00:00
parent 6cc281a3b3
commit 512d0d1c23
6 changed files with 26 additions and 26 deletions

View File

@ -1,4 +1,4 @@
/* $Id: config.h.win32,v 1.23 2000/11/28 15:54:18 gram Exp $ */
/* $Id: config.h.win32,v 1.24 2001/01/12 04:06:22 gram Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@ -139,8 +139,8 @@
#define PACKAGE "ethereal"
/* Version number of package */
#define VERSION "0.8.14.1"
#define VERSION "0.8.15"
/* Plugin installation directory */
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.14.1"
#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.15"

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.110 2000/11/22 04:03:22 gram Exp $
# $Id: configure.in,v 1.111 2001/01/12 04:06:22 gram Exp $
dnl
dnl Process this file with autoconf 2.13 or later to produce a
dnl configure script; 2.12 doesn't generate a "configure" script that
@ -13,7 +13,7 @@ AC_INIT(etypes.h)
AC_PREREQ(2.13)
AM_INIT_AUTOMAKE(ethereal, 0.8.14)
AM_INIT_AUTOMAKE(ethereal, 0.8.15)
AM_CONDITIONAL(SETUID_INSTALL, test x$enable_setuid_install = xyes)
@ -445,7 +445,7 @@ AC_ARG_WITH(plugindir,
*) PLUGIN_DIR="$withval"
esac
],
: ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.14}
: ${PLUGIN_DIR=$libdir/ethereal/plugins/0.8.15}
)
PLUGIN_DIR=`(

View File

@ -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;

View File

@ -3,8 +3,8 @@
ETHEREAL_ICON ICON "ethereal.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,14,0
PRODUCTVERSION 0,8,14,0
FILEVERSION 0,8,15,0
PRODUCTVERSION 0,8,15,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L
@ -21,12 +21,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Ethereal developer community\0"
VALUE "FileDescription", "Editcap\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Editcap 0.8.14\0"
VALUE "FileVersion", "0.8.15\0"
VALUE "InternalName", "Editcap 0.8.15\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Editcap.exe\0"
VALUE "ProductName", "Editcap\0"
VALUE "ProductVersion", "0.8.14\0"
VALUE "ProductVersion", "0.8.15\0"
END
END
BLOCK "VarFileInfo"

View File

@ -3,8 +3,8 @@
ETHEREAL_ICON ICON "ethereal.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,14,0
PRODUCTVERSION 0,8,14,0
FILEVERSION 0,8,15,0
PRODUCTVERSION 0,8,15,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L
@ -21,12 +21,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Ethereal developer community, http://www.ethereal.com/\0"
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Ethereal 0.8.14\0"
VALUE "FileVersion", "0.8.15\0"
VALUE "InternalName", "Ethereal 0.8.15\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Ethereal.exe\0"
VALUE "ProductName", "Ethereal\0"
VALUE "ProductVersion", "0.8.14\0"
VALUE "ProductVersion", "0.8.15\0"
END
END
BLOCK "VarFileInfo"

View File

@ -3,8 +3,8 @@
ETHEREAL_ICON ICON "ethereal.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,14,0
PRODUCTVERSION 0,8,14,0
FILEVERSION 0,8,15,0
PRODUCTVERSION 0,8,15,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x3L
@ -21,12 +21,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "The Ethereal developer community\0"
VALUE "FileDescription", "Tethereal\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Tethereal 0.8.14\0"
VALUE "FileVersion", "0.8.15\0"
VALUE "InternalName", "Tethereal 0.8.15\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Tethereal.exe\0"
VALUE "ProductName", "Tethereal\0"
VALUE "ProductVersion", "0.8.14\0"
VALUE "ProductVersion", "0.8.15\0"
END
END
BLOCK "VarFileInfo"