Version.cpp.in 88 B

123456
  1. #include "Version.h"
  2. namespace GameConstants
  3. {
  4. const char GIT_SHA1[] = "@GIT_SHA1@";
  5. }