mirror of https://github.com/xzeldon/htop.git
Change 3.0.6-dev -> 3.1.0-dev
This commit is contained in:
parent
ad1ca7ee57
commit
8aca6fbfbd
|
@ -1,4 +1,4 @@
|
||||||
What's new in version 3.0.6 (not released yet)
|
What's new in version 3.1.0 (not released yet)
|
||||||
|
|
||||||
* Change available / used memory reporting on Linux to be based on
|
* Change available / used memory reporting on Linux to be based on
|
||||||
MemAvailable (Kernel 3.14+) (thanks to Chris Cheney and Tomas Wido)
|
MemAvailable (Kernel 3.14+) (thanks to Chris Cheney and Tomas Wido)
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([htop], [3.0.6-dev], [htop@groups.io], [], [https://htop.dev/])
|
AC_INIT([htop], [3.1.0-dev], [htop@groups.io], [], [https://htop.dev/])
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([htop.c])
|
AC_CONFIG_SRCDIR([htop.c])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
|
Loading…
Reference in New Issue