소스 검색

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
 ```