diff options
author | 2013-12-15 21:45:36 -0500 | |
---|---|---|
committer | 2013-12-15 21:45:36 -0500 | |
commit | a9b15a5c8b6e64f536ab05b0e721b8dc881773f9 (patch) | |
tree | fde813f87541ab7a06d992dfd5400ece7b06871a /src/Makefile | |
parent | d8d194a0c7e55d85e26b72879b8b2ea4ceb21cb9 (diff) | |
download | textadept-a9b15a5c8b6e64f536ab05b0e721b8dc881773f9.tar.gz textadept-a9b15a5c8b6e64f536ab05b0e721b8dc881773f9.zip |
Updated to Scintilla 3.3.7.
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 e575e9c3..4094121a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -417,7 +417,7 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \ # External dependencies. -scintilla_tgz = scintilla334.tgz?download +scintilla_tgz = scintilla337.tgz?download scinterm_zip = scinterm.zip scintillua_zip = scintillua.zip lua_tgz = lua-5.2.3.tar.gz |