aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:55:22 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:55:22 +0100
commit478e9e620c3edefb7d739a1387adbed828932a62 (patch)
treed9dc7bd262ee4852a0a50080b1517f29ce97826e
parentba22b1a307988fd493fc682daff20eee4c325451 (diff)
downloadsciteco-478e9e620c3edefb7d739a1387adbed828932a62.tar.gz
prepare new target release v0.6
-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