diff options
author | 2014-09-01 12:50:19 -0400 | |
---|---|---|
committer | 2014-09-01 12:50:19 -0400 | |
commit | cea7d3a4b563eeb72603abb1e3a8b72f7d5a39c4 (patch) | |
tree | c045277963bf7670752e4ea8a6e913aa5d93a0c0 | |
parent | f9daeab0065be7270bb0a4c67a372f9754114951 (diff) | |
download | textadept-cea7d3a4b563eeb72603abb1e3a8b72f7d5a39c4.tar.gz textadept-cea7d3a4b563eeb72603abb1e3a8b72f7d5a39c4.zip |
Updated to Scintillua 3.5.0-1 and Scinterm 1.4; src/Makefile
-rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index e9615f1d..d164aea7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -380,8 +380,8 @@ else endif scintilla_tgz = scintilla350.tgz -scinterm_zip = scinterm_1.3.zip -scintillua_zip = scintillua_3.4.4-1.zip +scinterm_zip = scinterm_1.4.zip +scintillua_zip = scintillua_3.5.0-1.zip lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.12.tar.gz lfs_zip = v1_6_2.zip |