diff --git a/configure.ac b/configure.ac index fdcc3e3f..59ca6e07 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.8.2.1],[loderunner@users.sourceforge.net]) +AC_INIT([htop],[0.8.3],[loderunner@users.sourceforge.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_HEADER([config.h]) @@ -104,5 +104,5 @@ if test "$plpa_happy" = "yes"; then AC_DEFINE([HAVE_PLPA], [1], [Have plpa]) fi -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([Makefile htop.1]) AC_OUTPUT diff --git a/htop.1 b/htop.1.in similarity index 98% rename from htop.1 rename to htop.1.in index e40defcc..6fb20f78 100644 --- a/htop.1 +++ b/htop.1.in @@ -1,4 +1,4 @@ -.TH "htop" "1" "0.8.2" "Bartosz Fenski " "Utils" +.TH "htop" "1" "@PACKAGE_VERSION@" "Bartosz Fenski " "Utils" .SH "NAME" htop \- interactive process viewer .SH "SYNTAX"