Files
itgmania212121/src/verstub.in.cpp
T

9 lines
512 B
C++
Raw Normal View History

2015-05-25 08:34:37 -07:00
extern int const sm_version_major = @SM_VERSION_MAJOR@;
extern int const sm_version_minor = @SM_VERSION_MINOR@;
extern int const sm_version_patch = @SM_VERSION_PATCH@;
extern char const * const sm_version_git_hash = "@SM_VERSION_GIT_HASH@";
2015-10-02 20:02:55 -04:00
extern char const * const sm_version_traditional = "@SM_VERSION_TRADITIONAL@";
2015-05-25 08:34:37 -07:00
extern char const * const version_date = "@SM_TIMESTAMP_DATE@";
extern char const * const version_time = "@SM_TIMESTAMP_TIME@";
2015-10-02 20:02:55 -04:00
extern char const * const product_version = "@SM_VERSION_GIT@";