CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csver.h File Reference

Crystal Space Version Information. More...

Go to the source code of this file.

Defines

#define CS_VERSION_MAJOR   CS_VER_QUOTE(0.98)
 Major version.

#define CS_VERSION_MINOR   CS_VER_QUOTE(1)
 Minor version (release, or "dev" for CVS version).

#define CS_RELEASE_DATE   CS_VER_QUOTE(Mon 7-Jun-2004)
 Date of release.

#define CS_PLATFORM_NAME   "MysteryPlatform"
 Name of the platform CS is compiled for (i.e. Win32).

#define CS_PROCESSOR_NAME   "MysteryProcessor"
 Name of the processor CS is compiled for (i.e. X86).

#define CS_COMPILER_NAME   "MysteryCompiler"
 Name of the compiler CS is compiled with (i.e. GCC).

#define CS_VERSION_NUMBER   CS_VERSION_MAJOR " r" CS_VERSION_MINOR
 A complete version number.

#define CS_VERSION
 A complete version string, including platform, processor and compiler.


Detailed Description

Crystal Space Version Information.

Definition in file csver.h.


Define Documentation

#define CS_COMPILER_NAME   "MysteryCompiler"
 

Name of the compiler CS is compiled with (i.e. GCC).

Definition at line 51 of file csver.h.

#define CS_PLATFORM_NAME   "MysteryPlatform"
 

Name of the platform CS is compiled for (i.e. Win32).

Definition at line 41 of file csver.h.

#define CS_PROCESSOR_NAME   "MysteryProcessor"
 

Name of the processor CS is compiled for (i.e. X86).

Definition at line 46 of file csver.h.

#define CS_RELEASE_DATE   CS_VER_QUOTE(Mon 7-Jun-2004)
 

Date of release.

Definition at line 35 of file csver.h.

#define CS_VERSION
 

Value:

CS_VERSION_NUMBER \
  " [" CS_PLATFORM_NAME "-" CS_PROCESSOR_NAME "-" CS_COMPILER_NAME "]"
A complete version string, including platform, processor and compiler.

Definition at line 59 of file csver.h.

#define CS_VERSION_MAJOR   CS_VER_QUOTE(0.98)
 

Major version.

Definition at line 31 of file csver.h.

#define CS_VERSION_MINOR   CS_VER_QUOTE(1)
 

Minor version (release, or "dev" for CVS version).

Definition at line 33 of file csver.h.

#define CS_VERSION_NUMBER   CS_VERSION_MAJOR " r" CS_VERSION_MINOR
 

A complete version number.

Definition at line 56 of file csver.h.


Generated for Crystal Space by doxygen 1.2.18