ReGameDLL_CS/regamedll/version/appversion.vm
2015-06-30 15:46:07 +06:00

21 lines
539 B
Plaintext

#ifndef __APPVERSION_H__
\#define __APPVERSION_H__
//
// This file is generated automatically.
// Don't edit it.
//
// Version defines
\#define VERSION_MAJOR ${verInfo.majorVersion}
\#define VERSION_MINOR ${verInfo.minorVersion}
\#define APP_VERSION_D ${verInfo.format('.', '-', true)}
\#define APP_VERSION_STRD "${verInfo.format('.', '-', true)}"
#set ( $commitYMD = $_DateTimeFormat.forPattern('yyyy-MM-dd').print($verInfo.lastCommitDate) )
\#define APP_VERSION_YMD_STR "${commitYMD}"
#endif //__APPVERSION_H__