Go to the source code of this file.
Defines | |
| #define | TNT_VERSION_STRING "0.0.0" | 
| #define | TNT_MAJOR_VERSION (0) | 
| #define | TNT_MINOR_VERSION (0) | 
| #define | TNT_SUBMINOR_VERSION (0) | 
      
  | 
  
| 
 Current TNT major version number, respresented as an integer. 
  | 
  
      
  | 
  
| 
 Current TNT minor version number, respresented as an integer. 
  | 
  
      
  | 
  
| 
 Current TNT subminor version number, respresented as an integer. 
  | 
  
      
  | 
  
| 
 Current TNT version, represented as a charater string in the format three dot-seperated integers, "x.y.z", w here x is the major version number, y is the minor version number, and z is the subminor version number. 
 Can be used to conveniently display TNT version info, as in std::cout << TNT_VERSION_STRING;  | 
  
1.2.5 written by Dimitri van Heesch,
 © 1997-2001