diff options
author | 2014-09-29 21:11:39 -0400 | |
---|---|---|
committer | 2014-09-29 21:11:39 -0400 | |
commit | ee7fc0d723c95ff4cb83aeb8dd90ca90765a618b (patch) | |
tree | 726eca92be9edaa078394faef9bdbe685f5c0bd2 /src/Makefile | |
parent | c44b084d2c15bf73a610c371998a8c791d298a0f (diff) | |
download | textadept-ee7fc0d723c95ff4cb83aeb8dd90ca90765a618b.tar.gz textadept-ee7fc0d723c95ff4cb83aeb8dd90ca90765a618b.zip |
Updated to Scintilla 3.5.1.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 4be99f26..df471a70 100644 --- a/src/Makefile +++ b/src/Makefile @@ -379,7 +379,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla350.tgz +scintilla_tgz = scintilla351.tgz scinterm_zip = scinterm_1.4.zip scintillua_zip = scintillua_3.5.0-1.zip lua_tgz = lua-5.2.3.tar.gz |