Go to the documentation of this file.
   39 #ifndef _DDD_VERSION_H_ 
   40 #define _DDD_VERSION_H_ 
   44 #define DDD_VERSION_MAJOR 1 
   45 #define DDD_VERSION_MINOR 2 
   46 #define DDD_VERSION_BUILD 8001 
   47 #define DDD_BUILD_DATE "2/24/2016" 
   48 #define DDD_VERSION_SUFFIX "" 
   51 #define DDD_LICENSE_VERSION      "1.0" 
   53 #define DDD_STRINGIZE(x) #x 
   54 #define DDD_STRINGIZE_VALUE(x) DDD_STRINGIZE(x) 
   57 #define DDD_VERSION_1(a,b) DDD_STRINGIZE(a.b) 
   58 #define DDD_VERSION DDD_VERSION_1(DDD_VERSION_MAJOR, DDD_VERSION_MINOR) DDD_VERSION_SUFFIX