From dd86b9b646ecfd795616fa2ca6ec9c054aa0b98b Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Tue, 23 Jun 2009 14:02:14 +0000 Subject: prepare release 0.8.3 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') 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 -- cgit v1.2.3