version.h.in 143 B

123456
  1. #ifndef VERSION_H
  2. #define VERSION_H
  3. #define PACKAGE_VERSION "${SUPERTUX_VERSION}"
  4. #define SUPERTUX_BUILD_NUMBER "${VERSION_NUMBER_GIT}"
  5. #endif