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>2016-08-24 14:24:28 +0300
committerMark Pulford <mark@kyne.com.au>2016-08-24 14:24:28 +0300
commit5254f358655e2a6ab55a5c85dd1302c7fcf06fc9 (patch)
tree3a02177f8381954423dc2692a02707f0a87f709d
parent1d4b23f2dfd629c31dae41cd35f991272e00fd64 (diff)
Bump default Lua version in Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fdb1f2..e753472 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
## multi-threaded application. Requries _pthreads_.
##### Build defaults #####
-LUA_VERSION = 5.1
+LUA_VERSION = 5.3
TARGET = cjson.so
PREFIX = /usr/local
#CFLAGS = -g -Wall -pedantic -fno-inline