aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
-rwxr-xr-xdistribute2
3 files changed, 10 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d2df4c6..3862c38 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65])
-AC_INIT([SciTECO], [0.5],
+AC_INIT([SciTECO], [0.6],
[robin.haberkorn@googlemail.com],
[sciteco],
[http://rhaberkorn.github.com/sciteco/])
diff --git a/debian/changelog b/debian/changelog
index 67aca5d..8de49eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+sciteco (0.6-1) unstable; urgency=low
+
+ * improved error handling
+ * emcurses/emscripten support
+ * Scintilla v3.3.9 / Scinterm v1.2
+
+ -- Robin Haberkorn <robin.haberkorn@googlemail.com> Sun, 16 Feb 2014 13:51:39 +0100
+
sciteco (0.5-1) unstable; urgency=low
* initial debianization
diff --git a/distribute b/distribute
index 95e7126..2af9c6c 100755
--- a/distribute
+++ b/distribute
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-SCITECO_VERSION = 0.5
+SCITECO_VERSION = 0.6
SCITECO_SRC = sciteco-$(SCITECO_VERSION).tar.gz
SCINTILLA_VERSION = 339