2 Star 1 Fork 0

usecpp/Catch

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
developBuild.py 238 Bytes
一键复制 编辑 原始数据 按行查看 历史
Phil Nash 提交于 2015-06-30 01:05 +08:00 . Committed to semantic versioning
from __future__ import print_function
from releaseCommon import Version
v = Version()
v.incrementBuildNumber()
v.updateVersionFile()
v.updateReadmeFile()
print( "Updated Version.hpp and README to v{0}".format( v.getVersionString() ) )
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/usecpp/Catch.git
git@gitee.com:usecpp/Catch.git
usecpp
Catch
Catch
master

搜索帮助