C (144/207)

From:Tim Corringham
Date:22 Dec 99 at 14:12:26
Subject:Re: Re: Version String, CPU detection

From: tim@ramjam.u-net.com (Tim Corringham)

Hi Colin

> Use the international format, month in letters,
> because the americans do most things
> differently to the rest of us......
>
> char verstion[]="$VER: progfilename 1.0 (19.Dec.1999)";

No, it's much better if you do it the way the version command expects, then
the date is presented according to the current locale settings. American
user will see the date in American format, UK users will see it in UK
format, etc.

Tim