aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-20 20:32:21 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-20 20:32:21 +0100
commitd417f5e571f7b91a2353483e57ea230083349032 (patch)
tree8c758db9aab98e2a2c6deeecee1b233852275c56
parent5ca9e4d5d28a6af9e313d91d999e8b45fd7b72b2 (diff)
downloadsciteco-d417f5e571f7b91a2353483e57ea230083349032.tar.gz
updated version to 0.5
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog2
-rwxr-xr-xdistribute2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 8d8ec6e..07044b1 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.1],
+AC_INIT([SciTECO], [0.5],
[robin.haberkorn@googlemail.com],
[sciteco],
[http://rhaberkorn.github.com/sciteco/])
diff --git a/debian/changelog b/debian/changelog
index 528445e..67aca5d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sciteco (0.1-1) unstable; urgency=low
+sciteco (0.5-1) unstable; urgency=low
* initial debianization
* single package with architecture independent files
diff --git a/distribute b/distribute
index 31cf0ff..d65d23c 100755
--- a/distribute
+++ b/distribute
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-SCITECO_VERSION = 0.1
+SCITECO_VERSION = 0.5
SCITECO_SRC = sciteco-$(SCITECO_VERSION).tar.gz
SCINTILLA_VERSION = 325