Commit 0a81172f authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

changelog and future version bump

parent 300caa07
...@@ -4,6 +4,8 @@ What's new in version 0.9.1 ...@@ -4,6 +4,8 @@ What's new in version 0.9.1
* Option for counting CPUs from zero * Option for counting CPUs from zero
(thanks to Sean Noonan) (thanks to Sean Noonan)
* Meters update in every screen (no longer halting while on Setup, etc.) * Meters update in every screen (no longer halting while on Setup, etc.)
* BUGFIX: Support larger numbers for process times.
(thanks to Tristan Nakagawa for the report.)
What's new in version 0.9 What's new in version 0.9
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT([htop],[0.9],[loderunner@users.sourceforge.net]) AC_INIT([htop],[0.9.1],[loderunner@users.sourceforge.net])
AM_INIT_AUTOMAKE AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment