diff options
author | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2006-05-24 00:25:41 +0000 |
---|---|---|
committer | loderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8> | 2006-05-24 00:25:41 +0000 |
commit | 6efd036ee348fb1c839186f34bf384b1f00f35ed (patch) | |
tree | d5ab14c79ba81151cadfeeee1378c53e6d13d8ac /configure.ac | |
parent | 5e76f7cc72224cbcca26b64100edd806ddb8c482 (diff) | |
download | htop-6efd036ee348fb1c839186f34bf384b1f00f35ed.tar.gz |
Update version numbers.
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@26 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 b1e882c..029c2b6 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.6.1],[loderunner@users.sourceforge.net]) +AC_INIT([htop],[0.6.2],[loderunner@users.sourceforge.net]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_HEADER([config.h]) |