1 Star 0 Fork 2

长沙优易软件开发有限公司/GitCB

forked from leegoobin/GitBlocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.h 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef VERSION_H
#define VERSION_H
namespace AutoVersion{
//Date Version Types
static const char DATE[] = "15";
static const char MONTH[] = "02";
static const char YEAR[] = "2022";
static const char UBUNTU_VERSION_STYLE[] = "22.02";
//Software Status
static const char STATUS[] = "Alpha";
static const char STATUS_SHORT[] = "a";
//Standard Version Type
static const long MAJOR = 1;
static const long MINOR = 0;
static const long BUILD = 0;
static const long REVISION = 0;
//Miscellaneous Version Types
static const long BUILDS_COUNT = 1;
#define RC_FILEVERSION 1,0,0,0
#define RC_FILEVERSION_STRING "1, 0, 0, 0\0"
static const char FULLVERSION_STRING [] = "1.0.0.0";
//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 0;
}
#endif //VERSION_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/uesoftcorp/GitCB.git
[email protected]:uesoftcorp/GitCB.git
uesoftcorp
GitCB
GitCB
master

搜索帮助