aboutsummaryrefslogtreecommitdiffhomepage
path: root/distribute
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-08-20 19:40:29 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-08-20 19:40:29 +0200
commit72bb1b1166675d421a724b1382f0a2e39a51a197 (patch)
tree57a522e85e9dad1d51173245dafabcca2ec08ba8 /distribute
parentf6fa45e2898cc965dd8f214ae8125dddd6f82b38 (diff)
downloadsciteco-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-xdistribute4
1 files changed, 2 insertions, 2 deletions
diff --git a/distribute b/distribute
index 2af9c6c..0f94c44 100755
--- a/distribute
+++ b/distribute
@@ -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):