Skip to content
GitLab
探索
登录
主导航
搜索或转到…
项目
C
canu
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
迭代
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫描加入微信群:
1. 获取企业级DevOps解决方案支持
2. 免费或折扣极狐GitLab 官方培训认证
代码片段
群组
项目
HPCSource
canu
提交
22a2453a
提交
22a2453a
编辑于
6年前
作者:
Brian P. Walenz
浏览文件
操作
下载
补丁
差异文件
Bump version to 1.8.
上级
98543a48
分支
分支 包含提交
标签
v1.8
标签 包含提交
无相关合并请求
变更
2
隐藏空白变更内容
行内
左右并排
显示
2 个更改的文件
documentation/source/conf.py
+2
-2
2 个添加, 2 个删除
documentation/source/conf.py
src/canu_version_update.pl
+1
-1
1 个添加, 1 个删除
src/canu_version_update.pl
有
3 个添加
和
3 个删除
documentation/source/conf.py
+
2
−
2
浏览文件 @
22a2453a
...
...
@@ -55,9 +55,9 @@ copyright = u'2015, Adam Phillippy, Sergey Koren, Brian Walenz'
# built documents.
#
# The short X.Y version.
version
=
'
1.
7
'
version
=
'
1.
8
'
# The full version, including alpha/beta/rc tags.
release
=
'
1.
7
'
release
=
'
1.
8
'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
...
...
This diff is collapsed.
Click to expand it.
src/canu_version_update.pl
+
1
−
1
浏览文件 @
22a2453a
...
...
@@ -36,7 +36,7 @@ my $cwd = getcwd();
my
$label
=
"
snapshot
";
# Automagically set to 'release' for releases.
my
$major
=
"
1
";
# Bump before release.
my
$minor
=
"
7
";
# Bump before release.
my
$minor
=
"
8
";
# Bump before release.
my
$commits
=
"
0
";
my
$hash1
=
undef
;
# This from 'git describe'
...
...
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录