![]() |
Public API Reference |
Go to the source code of this file.
Defines | |
#define | CS_VERSION_MAJOR CS_VER_QUOTE(0.97) |
Major version. More... | |
#define | CS_VERSION_MINOR CS_VER_QUOTE(dev) |
Minor version (release, or "dev" for CVS version). More... | |
#define | CS_RELEASE_DATE CS_VER_QUOTE(Wed 2-Feb-2003) |
Date of release. More... | |
#define | CS_PLATFORM_NAME "MysteryPlatform" |
Name of the platform CS is compiled for (i.e. Win32). More... | |
#define | CS_PROCESSOR_NAME "MysteryProcessor" |
Name of the processor CS is compiled for (i.e. X86). More... | |
#define | CS_COMPILER_NAME "MysteryCompiler" |
Name of the compiler CS is compiled with (i.e. GCC). More... | |
#define | CS_VERSION_NUMBER CS_VERSION_MAJOR " r" CS_VERSION_MINOR |
A complete version number. More... | |
#define | CS_VERSION |
A complete version string, including platform, processor and compiler. More... |
Definition in file csver.h.
|
Name of the compiler CS is compiled with (i.e. GCC).
|
|
Name of the platform CS is compiled for (i.e. Win32).
|
|
Name of the processor CS is compiled for (i.e. X86).
|
|
Date of release.
|
|
Value: CS_VERSION_NUMBER \ " [" CS_PLATFORM_NAME "-" CS_PROCESSOR_NAME "-" CS_COMPILER_NAME "]"
|
|
Major version.
|
|
Minor version (release, or "dev" for CVS version).
|
|
A complete version number.
|