diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2008-05-07 23:02:38 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2008-05-07 23:02:38 +0000 |
commit | 663e88790e40ac819ddc1157abc19c54cd244935 (patch) | |
tree | 729fa31cf2785ca713ebf64ebed1a9a18c8c839f /configure.ac | |
parent | dd53f6c4b3d30900895cf7593ef74760c50ea82e (diff) | |
download | htop-663e88790e40ac819ddc1157abc19c54cd244935.tar.gz |
Prepare for release 0.8
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@133 63cc0a6c-1f0e-0410-841e-f6a342073da8
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e1d4ca9..e8cb7ea 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]) |