浏览代码

minor updates

Markus Neteler 5 年之前
父节点
当前提交
8cf7402b6d
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/howto_release.md

+ 3 - 3
doc/howto_release.md

@@ -101,7 +101,7 @@ Example:
 ```bash
 7
 8
-0RC1
+1RC1
 2019
 ```
 
@@ -123,7 +123,7 @@ Preparation:
 MAJOR=`cat include/VERSION | head -1 | tail -1`
 MINOR=`cat include/VERSION | head -2 | tail -1`
 RELEASE=`cat include/VERSION | head -3 | tail -1`
-VERSION=${MAJOR}_${MINOR}_${RELEASE}
+VERSION=${MAJOR}.${MINOR}.${RELEASE}
 echo $VERSION
 
 # Create Changelog file on release branch:
@@ -185,7 +185,7 @@ Example:
 ```bash
 7
 8
-0dev
+1dev
 2019
 ```