408 Star 1.8K Fork 756

GVPfasiondog / hikyuu

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.h.in 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
martin 提交于 2024-02-02 15:18 . remove _DEBUG and DEBUG macro
/*
* version.h
*
* Copyright (c) 2020, hikyuu.org
*
* Created on: 2020-4-19
* Author: fasiondog
*/
#pragma once
#ifndef HKU_VERSION_H
#define HKU_VERSION_H
// clang-format off
#define HKU_VERSION "${VERSION}"
#define HKU_VERSION_MAJOR ${VERSION_MAJOR}
#define HKU_VERSION_MINOR ${VERSION_MINOR}
#define HKU_VERSION_ALTER ${VERSION_ALTER}
#define HKU_VERSION_BUILD ${VERSION_BUILD}
#define HKU_VERSION_MODE "${MODE}"
#define HKU_VERSION_GIT "${VERSION} ${GIT_BRANCH}.${GIT_COMMIT} (${MODE})"
// clang-format on
#endif /* HKU_VERSION_H */
C++
1
https://gitee.com/fasiondog/hikyuu.git
git@gitee.com:fasiondog/hikyuu.git
fasiondog
hikyuu
hikyuu
master

搜索帮助