diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-20 19:40:29 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2014-08-20 19:40:29 +0200 |
commit | 72bb1b1166675d421a724b1382f0a2e39a51a197 (patch) | |
tree | 57a522e85e9dad1d51173245dafabcca2ec08ba8 /distribute | |
parent | f6fa45e2898cc965dd8f214ae8125dddd6f82b38 (diff) | |
download | sciteco-72bb1b1166675d421a724b1382f0a2e39a51a197.tar.gz |
updated minimum required Scintilla version to 3.4.2 and Scinterm to v1.3
* this allows us to remove the last patch to the Scintilla/Scinterm code
base (for the time being at least)
Diffstat (limited to 'distribute')
-rwxr-xr-x | distribute | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,10 +3,10 @@ SCITECO_VERSION = 0.6 SCITECO_SRC = sciteco-$(SCITECO_VERSION).tar.gz -SCINTILLA_VERSION = 339 +SCINTILLA_VERSION = 344 SCINTILLA_SRC = scintilla$(SCINTILLA_VERSION).tgz -SCINTERM_VERSION = 1.2 +SCINTERM_VERSION = 1.3 SCINTERM_SRC = scinterm_$(SCINTERM_VERSION).zip $(SCITECO_SRC): |