Ethereal-dev: Re: [ethereal-dev] Version numbers not updated

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Mark H. Wood" <mwood@xxxxxxxxx>
Date: Wed, 7 Jun 2000 09:50:55 -0500 (EST)
On Wed, 7 Jun 2000, Gilbert Ramirez wrote:
> On Wed, Jun 07, 2000 at 02:54:07PM +0200, andreas.sikkema@xxxxxxxxxxx wrote:
> > Hi
> > 
> > I just noticed that the version numbers in config.h* are not updated 
> > in the Win32 version... My copy still says
> > 
> > #define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.5"
> > 
> > <snip>
> > 
> > /* Version number of package */
> > #define VERSION "0.8.6"

Suggestion:  change the former to:

#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/" VERSION

This gets expanded to:

	"/usr/local/lib/ethereal/plugins/" "0.8.6"

which any ANSI compiler should collapse to:

	"/usr/local/lib/ethereal/plugins/0.8.6"

-- 
Mark H. Wood, Lead System Programmer   mwood@xxxxxxxxx
2000-05-05 13:27:15 GMT -- still no icebergs in the White River