Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2012-01-18 18:20:05 +0400
committerMark Pulford <mark@kyne.com.au>2012-03-04 12:24:35 +0400
commit3040931d6bb7331b130fd4c34a7b17bc5d226039 (patch)
tree507a7278b36049db0ee2ec6053b26662280bbda9 /runtests.sh
parent88bb249473db4e4923e4c27a8e3ece7a77e738ce (diff)
Bump development version to 1.1devel
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 d313db3..777ef01 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,7 +1,7 @@
#!/bin/sh
PLATFORM="`uname -s`"
-[ "$1" ] && VERSION="$1" || VERSION="1.0devel"
+[ "$1" ] && VERSION="$1" || VERSION="1.1devel"
set -e