This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
YimMenu/src/version.cpp.in

9 lines
266 B
C++
Raw Normal View History

#include "version.hpp"
namespace big
{
const char* version::GIT_SHA1 = "@GIT_SHA1@";
const char* version::GIT_BRANCH = "@GIT_BRANCH@";
const char* version::GIT_DATE = "@GIT_DATE@";
const char* version::GIT_COMMIT_SUBJECT = "@GIT_COMMIT_SUBJECT@";
};