From 478e9e620c3edefb7d739a1387adbed828932a62 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 16 Feb 2014 13:55:22 +0100 Subject: prepare new target release v0.6 --- configure.ac | 2 +- debian/changelog | 8 ++++++++ distribute | 2 +- 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 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 -- cgit v1.2.3