diff options
author | Mark Pulford <mark@kyne.com.au> | 2012-03-01 20:12:19 +1030 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2012-03-04 18:54:36 +1030 |
commit | 5300ecb4e8f8ce9ec200b91c7273dae1947e431c (patch) | |
tree | a14983ba2331dee93197a75636fe975e363eb920 /runtests.sh | |
parent | 6a8c434e38f3035d04bf17696353cf0bb93abec6 (diff) | |
download | lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.gz lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.tar.bz2 lua-cjson-5300ecb4e8f8ce9ec200b91c7273dae1947e431c.zip |
Bump version to 2.1devel
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index e660db9..87db0bc 100755 --- a/runtests.sh +++ b/runtests.sh | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | PLATFORM="`uname -s`" | 3 | PLATFORM="`uname -s`" |
4 | [ "$1" ] && VERSION="$1" || VERSION="2.0devel" | 4 | [ "$1" ] && VERSION="$1" || VERSION="2.1devel" |
5 | 5 | ||
6 | set -e | 6 | set -e |
7 | 7 | ||