Version.cpp.in 316 B

123456789101112131415
  1. /*
  2. * Version.cpp.in, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #include "Version.h"
  11. namespace GameConstants
  12. {
  13. const char GIT_SHA1[] = "@GIT_SHA1@";
  14. }