On Apr 9, 2005 10:39 AM, Zoran Vasiljevic <[EMAIL PROTECTED]> wrote:
>  
> zvpb:~/sf/naviserver/nsd zoran$ ./nsd -V
> NaviServer/4.0.10 (naviserver4_0)
>     CVS Tag:         $Name:  $
>     Built:           Apr  9 2005 at 18:34:07
>     Tcl version:     8.4
>     Platform:        osx

nsd/nsd.h:

/*
 * constants
 */

#define NSD_NAME             "NaviServer"
#define NSD_VERSION          NS_PATCH_LEVEL
#define NSD_LABEL            "naviserver4_0"
#define NSD_TAG              "$Name:  $"


Looks like NSD_LABEL is just a manually maintained (out of date)
version of NSD_TAG also available via Ns_InfoLabel().

Junk it and just use NSD_TAG?

Reply via email to