From 6b5b8432711ef5c747f8375073cd9af88922d3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Thu, 6 May 2010 13:13:11 +0300 Subject: [PATCH] Post-release version bump to 1.1.7 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b0fe3a9f..64e1f2d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.54) -AC_INIT([sysprof], [1.1.6]) +AC_INIT([sysprof], [1.1.7]) AC_CONFIG_SRCDIR(sysprof.glade) AM_INIT_AUTOMAKE(no-define)