From b56535a5924249fbe053f5d9366e0acd8be9d893 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Mon, 20 Aug 2012 19:25:52 -0400 Subject: [PATCH] configure: bump to 0.8.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 073dcefe..89fc5ff5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([plymouth],[0.8.6.2],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth]) +AC_INIT([plymouth],[0.8.7],[https://bugs.freedesktop.org/enter_bug.cgi?product=plymouth]) AC_CONFIG_SRCDIR(src/main.c) AC_CONFIG_HEADER(config.h) AC_CONFIG_AUX_DIR(build-tools)