1 Star 0 Fork 0

jess.xiao / klayout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.sh 437 Bytes
一键复制 编辑 原始数据 按行查看 历史
# This script is sourced to define the main version parameters
# The main version
KLAYOUT_VERSION="0.27"
# The version used for PyPI (don't use variables here!)
KLAYOUT_PYPI_VERSION="0.27"
# The build date
KLAYOUT_VERSION_DATE=$(date "+%Y-%m-%d")
# The short SHA hash of the commit
KLAYOUT_VERSION_REV=$(git rev-parse --short HEAD 2>/dev/null)
if [ "$KLAYOUT_VERSION_REV" = "" ]; then
KLAYOUT_VERSION_REV="LatestSourcePackage"
fi
1
https://gitee.com/jessxiao/klayout.git
git@gitee.com:jessxiao/klayout.git
jessxiao
klayout
klayout
master

搜索帮助