mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
524 B
19 lines
524 B
/*
|
|
Enhanced NCSA Mosaic from Spyglass
|
|
"Guitar"
|
|
|
|
Copyright 1994 Spyglass, Inc.
|
|
All Rights Reserved
|
|
|
|
*/
|
|
|
|
#define STRINGIZE(x) #x
|
|
#define XSTRINGIZE(x) STRINGIZE(x)
|
|
|
|
#define x__MajorDigit__ 0
|
|
#define x__MinorDigit__ 1
|
|
#define x__FixDigit__ 0
|
|
/*#define x__State__
|
|
#define x__StateIdentifier */
|
|
|
|
#define x__BaselineVersionString__ XSTRINGIZE(x__MajorDigit__) "." XSTRINGIZE(x__MinorDigit__) XSTRINGIZE(x__FixDigit__)
|