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"