From d73783d6dbec4a8d9d20d744bf2b5e6a7073aa46 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 30 Nov 2021 12:03:21 +1100 Subject: Release 3.1.2 --- ChangeLog | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a103ed5d..a7f92bb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/configure.ac b/configure.ac index 6618ce19..0e690965 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- cgit v1.2.3