Jelajahi Sumber

minor updates

Markus Neteler 5 tahun lalu
induk
melakukan
8cf7402b6d
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  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
 ```