diff options
author | 2014-02-05 23:01:25 -0500 | |
---|---|---|
committer | 2014-02-05 23:01:25 -0500 | |
commit | 253b2a07a7d06c2aeafe7661223ca7de7fe06b6b (patch) | |
tree | bf49661023b26d2ae92e10da18690fd924a19575 /src/Makefile | |
parent | 1744b49f5492485f15374976462d0b483186d975 (diff) | |
download | textadept-253b2a07a7d06c2aeafe7661223ca7de7fe06b6b.tar.gz textadept-253b2a07a7d06c2aeafe7661223ca7de7fe06b6b.zip |
Updated to Scintilla 3.3.9.
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 4d90c5ef..12dfc95c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -420,7 +420,7 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \ # External dependencies. -scintilla_tgz = scintilla337.tgz +scintilla_tgz = scintilla339.tgz scinterm_zip = scinterm.zip scintillua_zip = scintillua.zip lua_tgz = lua-5.2.3.tar.gz |