Release 3.1.2

This commit is contained in:
Nathan Scott 2021-11-30 12:03:21 +11:00
parent 89b7c4c9f9
commit d73783d6db
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
What's new in version 3.1.2
* Bugfix for crash when storing modified settings at exit
* Generate xz-compressed source tarball (with configure) using github actions
* Allow -u UID with numerical value as argument
* Added documentation for obsolete/state libraries/program files highlighting
* Some obsolete/stale library highlighting refinements

View File

@ -6,7 +6,7 @@
# ----------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([htop], [3.2.0-dev], [htop@groups.io], [], [https://htop.dev/])
AC_INIT([htop], [3.1.2], [htop@groups.io], [], [https://htop.dev/])
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([build-aux])