summaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-20 00:36:35 +1030
committerMark Pulford <mark@kyne.com.au>2012-03-04 18:54:35 +1030
commitaaed0e6a8f1bdacb13f7d89f4eaea76c322edb65 (patch)
treed23527fb3ec997694aa142e45e60907cabb8a0c6 /runtests.sh
parent31bf122c1d1d9e3812b9ef2555d537f509ae3f05 (diff)
downloadlua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.gz
lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.tar.bz2
lua-cjson-aaed0e6a8f1bdacb13f7d89f4eaea76c322edb65.zip
Bump version to 2.0devel
Bump version to 2.0devel due to significant changes and updated API (runtime config not fully backwards compatible).
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index a301488..cdc33e6 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3PLATFORM="`uname -s`" 3PLATFORM="`uname -s`"
4[ "$1" ] && VERSION="$1" || VERSION="1.1devel" 4[ "$1" ] && VERSION="$1" || VERSION="2.0devel"
5 5
6set -e 6set -e
7 7