From 4692f85f625f4fd969cef4ab5dc47cc4655c87f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 15 Jul 2011 12:47:02 -0400 Subject: [PATCH] Pre-release version bump to 1.1.8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b550391f..3b099e89 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([sysprof], [1.1.7]) +AC_INIT([sysprof], [1.1.8]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([sysprof.glade])