version.h 118 B

12345678
  1. #ifndef VERSION_H_
  2. #define VERSION_H_
  3. #define GTC_MAJOR 0
  4. #define GTC_MINOR 902
  5. #define GTC_VERSION "0.90.2"
  6. #endif