version.h.in 176 B

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