aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGergely Risko <gergely+context@risko.hu>2009-09-22 11:43:39 +0300
committerGergely Risko <gergely+context@risko.hu>2009-09-22 11:43:39 +0300
commit299a0eb3fc00a98e83a00462b2bb4577c5b4cbb2 (patch)
tree432d7327570bab80a39cad46332ad650f47d4c48
parenta6b61df9f9d607278251201b42244edd0141ba09 (diff)
Prepared 0.3.6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 99c3aeb8..d0d501ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.61])
-AC_INIT([ContextKit], [0.3.5], [marius.vollmer@nokia.com], ContextKit)
+AC_INIT([ContextKit], [0.3.6~unreleased], [marius.vollmer@nokia.com], ContextKit)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([-Wall -Werror foreign dist-bzip2 tar-ustar 1.9])
diff --git a/debian/changelog b/debian/changelog
index 40db10ae..41e68b27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+contextkit (0.3.6~unreleased) unstable; urgency=low
+
+ *
+
+ -- Gergely Risko <risko@debian.org> Tue, 22 Sep 2009 11:42:40 +0300
+
contextkit (0.3.5) unstable; urgency=low
* Internal change: in the cdb we store serialized QVariants from now on.