diff options
author | 2015-08-03 10:21:47 -0400 | |
---|---|---|
committer | 2015-08-03 10:21:47 -0400 | |
commit | cd47184001f6e8d67918d79ac7e3c9c72079999c (patch) | |
tree | 7d134cffa18fd7dd751d05efb6dcbc3d171db10f | |
parent | c19716305de87bdbaff92cd7f5b61d3907d09852 (diff) | |
download | textadept-cd47184001f6e8d67918d79ac7e3c9c72079999c.tar.gz textadept-cd47184001f6e8d67918d79ac7e3c9c72079999c.zip |
Updated to Scintillua 3.6.0-1; src/Makefile
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8034c87d..7450b483 100644 --- a/src/Makefile +++ b/src/Makefile @@ -381,7 +381,7 @@ endif scintilla_tgz = scintilla360.tgz scinterm_zip = scinterm_1.6.zip -scintillua_zip = scintillua_3.5.7-1.zip +scintillua_zip = scintillua_3.6.0-1.zip lua_tgz = lua-5.3.1.tar.gz lpeg_tgz = lpeg-0.12.2.tar.gz lfs_zip = v_1_6_3.zip |