summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2012-10-16 00:55:49 +0200
committerChristian Persch <chpe@gnome.org>2012-10-16 00:55:49 +0200
commit00398a530e92254c2ea70c56d8d243766a4aa6e3 (patch)
tree61902c552f2fc2ccbd38b6d4822cea2700330a30
parente018fbf4c2bacc92fc735779216bd78bf0d13d01 (diff)
downloadlibcroco-00398a530e92254c2ea70c56d8d243766a4aa6e3.tar.gz
Post release version bump
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 05842ab..facf44c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.5)
-AC_INIT([libcroco],[0.6.7],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco])
+AC_INIT([libcroco],[0.6.8],[http://bugzilla.gnome.org/enter_bug.cgi?product=libcroco],[libcroco])
AC_CONFIG_SRCDIR([src/cr-input.c])
AC_CANONICAL_HOST
@@ -16,7 +16,7 @@ m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
LIBCROCO_MAJOR_VERSION=0
LIBCROCO_MINOR_VERSION=6
-LIBCROCO_MICRO_VERSION=7
+LIBCROCO_MICRO_VERSION=8
LIBCROCO_CURRENT=3
LIBCROCO_REVISION=1