Files
vcmi/Version.cpp.in
T

20 lines
366 B
Plaintext
Raw Normal View History

/*
* Version.cpp.in, part of VCMI engine
*
* Authors: listed in file AUTHORS in main folder
*
* License: GNU General Public License v2.0 or later
* Full text of license available in license.txt file, in main folder
*
*/
2016-10-23 16:56:53 +02:00
#include "Version.h"
VCMI_LIB_NAMESPACE_BEGIN
2016-10-23 16:56:53 +02:00
namespace GameConstants
{
const char GIT_SHA1[] = "@GIT_SHA1@";
}
VCMI_LIB_NAMESPACE_END