Skip to content

Commit ad710b4

Browse files
author
Developer
committed
Added format notes in set_version script.
1 parent 31df15a commit ad710b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

set_version.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fi
4646

4747

4848
#
49-
# Adjust BlocklyPropClient.py file
49+
# Adjust BlocklyPropClient.py file - [format: VERSION = "#.#.#"]
5050
#
5151
VERSIONFILE=BlocklyPropClient.py
5252
VERSIONPATTERN=[vV][eE][rR][sS][iI][oO][nN][[:blank:]]*=[[:blank:]]*\"[0-9]+\.[0-9]+\.[0-9]+\"
@@ -56,7 +56,7 @@ FindAndSetVersion
5656

5757

5858
#
59-
# Adjust about.txt file
59+
# Adjust about.txt file - [format: Version: v#.#.#]
6060
#
6161
VERSIONFILE=about.txt
6262
VERSIONPATTERN=[vV][eE][rR][sS][iI][oO][nN]:[[:blank:]]*v[[:blank:]]*[0-9]+\.[0-9]+\.[0-9]+
@@ -66,7 +66,7 @@ FindAndSetVersion
6666

6767

6868
#
69-
# Adjust package/blocklypropclient-installer.iss file
69+
# Adjust package/blocklypropclient-installer.iss file - [format: MyAppVersion "#.#.#"]
7070
#
7171
VERSIONFILE=package/blocklypropclient-installer.iss
7272
VERSIONPATTERN=[mM][yY][aA][pP][pP][vV][eE][rR][sS][iI][oO][nN][[:blank:]]+\"[0-9]+\.[0-9]+\.[0-9]+\"

0 commit comments

Comments
 (0)