mirror of
https://github.com/vcmi/vcmi.git
synced 2026-06-19 22:57:37 +02:00
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
#include "Version.h"
|
|
|
|
namespace GameConstants
|
|
{
|
|
const char GIT_SHA1[] = "@GIT_SHA1@";
|
|
}
|