From cd44ee6644c3641507fb53b8a2a69137f2971219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Sat, 8 Sep 2012 14:07:48 -0400 Subject: [PATCH] Pre-release version bump to 1.2.0 --- configure.ac | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/configure.ac b/configure.ac index e4f6d5d..d7559fc 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.63]) -AC_INIT([sysprof], [1.1.9]) +AC_INIT([sysprof], [1.2.0]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([sysprof.glade]) @@ -82,17 +82,3 @@ Makefile ]) AC_OUTPUT - -if [[ $KMAJOR -eq 2 -a $KMINOR -eq 6 -a $KMICRO -lt 31 ]] ; then - echo - echo "%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%" - echo "@" - echo "% This version of sysprof will only work with a " - echo "@ 2.6.31 kernel or later, but you are using 2.6.$KMICRO." - echo "%" - echo "@ You can _compile_ it against this version, but it " - echo "% will not work unless you install 2.6.31 or later. " - echo "@" - echo "@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@%@" - echo -fi -- 2.7.4