From 6beb27d803abfca36fe731c575151cd1891b5b04 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 7 May 2008 23:02:38 +0000 Subject: [PATCH] Prepare for release 0.8 --- ChangeLog | 2 +- configure.ac | 2 +- htop.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d396702..d025d3ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ -What's new in version 0.7.1 +What's new in version 0.8 * Ability to change sort column with the mouse by clicking column titles (click again to invert order) diff --git a/configure.ac b/configure.ac index e1d4ca92..e8cb7ea8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT([htop],[0.7],[loderunner@users.sourceforge.net]) +AC_INIT([htop],[0.8],[loderunner@users.sourceforge.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_HEADER([config.h]) diff --git a/htop.1 b/htop.1 index 0d3a3ffc..57c70129 100644 --- a/htop.1 +++ b/htop.1 @@ -1,4 +1,4 @@ -.TH "htop" "1" "0.7" "Bartosz Fenski " "Utils" +.TH "htop" "1" "0.8" "Bartosz Fenski " "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNTAX"