Skip to content

Commit 1363949

Browse files
committed
docs: Update
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent dc0a317 commit 1363949

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/RLangMode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/bl
33
url = https://github.com/gaocegege/Processing.R
44
sentence = Processing in R Language
55
paragraph =
6-
version = v1.0.4
7-
prettyVersion = Version v1.0.4, commit 5a0c982, built 2017/08/03 17:18
6+
version = 104
7+
prettyVersion = Version v1.0.4, commit dc0a317, built 2017/08/03 21:50
88
maxVersion = 0
99
minVersion = 260

docs/RLangMode.zip

8 Bytes
Binary file not shown.

scripts/deploy.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22

3-
# Usage: deploy.sh <version>
3+
# Usage: deploy.sh <version> <full version>
44

55
ROOT=$(dirname "${BASH_SOURCE}")/..
6-
numberOfParams=1
6+
numberOfParams=2
77

88
# Timestamped log, e.g. log "started to build the binary".
99
#
@@ -33,8 +33,9 @@ function deploy {
3333
# Get commit ID.
3434
commitid=$(git log -n1 --format="%h")
3535
version=${1}
36+
full_version=${2}
3637
date=`date "+%Y/%m/%d %R"`
37-
pretty_version="Version ${version}, commit ${commitid}, built ${date}"
38+
pretty_version="Version ${full_version}, commit ${commitid}, built ${date}"
3839

3940
perl -i -pe "s|\@\@mode-version\@\@|${version}|g" docs/RLangMode.txt
4041
perl -i -pe "s|\@\@pretty-version\@\@|${pretty_version}|g" docs/RLangMode.txt

0 commit comments

Comments
 (0)