Ethereal-dev: Re: [Ethereal-dev] Native file dialogs under Windows

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

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Tue, 14 Feb 2006 09:49:44 -0600
Ulf Lamping wrote:

> As you've noted in the commit comment, this causes problems if the
> version string is not as expected.
> 
> I'm usually using something like 0.10.14.0xx for my personal Ethereal
> versions.
> 
> That has several advantages, one is that plugins won't interfere between
> installed and devel versions.
> 
> However, while debugging with my Visual Studio 6 I had VS crashes all
> the time after the manifest changes were done.
> 
> This is unfortunate. Someone not following the current conversation will
> get lost fixing this problem. Any ideas to circumvent this problem?

I split the version under Windows into separate major, minor, micro, and
"extra" components.  The VERSION, RC_VERSION, and manifest version
strings are now built from these components.  Customized version
information should be added to VERSION_EXTRA in config.nmake (or
version.conf if you use that).