7 Star 0 Fork 2

leegoobin/GitBlocks

forked from 盲大人/GitBlocks 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
version.h 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
潘毅辉 提交于 2022-03-10 13:55 . 添加gtk登录界面到gitblocks
#ifndef VERSION_H
#define VERSION_H
namespace AutoVersion{
//Date Version Types
static const char DATE[] = "10";
static const char MONTH[] = "03";
static const char YEAR[] = "2022";
static const char UBUNTU_VERSION_STYLE[] = "22.03";
//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 = 40;
static const long REVISION = 230;
//Miscellaneous Version Types
static const long BUILDS_COUNT = 49;
#define RC_FILEVERSION 1,0,40,230
#define RC_FILEVERSION_STRING "1, 0, 40, 230\0"
static const char FULLVERSION_STRING [] = "1.0.40.230";
//These values are to keep track of your versioning state, don't modify them.
static const long BUILD_HISTORY = 40;
}
#endif //VERSION_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/uesoft/GitBlocks.git
[email protected]:uesoft/GitBlocks.git
uesoft
GitBlocks
GitBlocks
master

搜索帮助