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: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Wed, 15 Feb 2006 08:42:28 +0100
Gerald Combs wrote:
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).
Thanks!

Just noticed, that the MICRO and EXTRA parts are *not* separated by a dot in the VERSION definition in config.nmake (line 12).

Basically it's 0.10.14.029 (as I used it before) vs. 0.10.14029 (as it currently is).

Is this intentional / technical reason / bug ?

Regards, ULFL