Skip to content

Commit d73783d

Browse files
committed
Release 3.1.2
1 parent 89b7c4c commit d73783d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
What's new in version 3.1.2
22

33
* Bugfix for crash when storing modified settings at exit
4+
* Generate xz-compressed source tarball (with configure) using github actions
45
* Allow -u UID with numerical value as argument
56
* Added documentation for obsolete/state libraries/program files highlighting
67
* Some obsolete/stale library highlighting refinements

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# ----------------------------------------------------------------------
77

88
AC_PREREQ([2.69])
9-
AC_INIT([htop], [3.2.0-dev], [htop@groups.io], [], [https://htop.dev/])
9+
AC_INIT([htop], [3.1.2], [htop@groups.io], [], [https://htop.dev/])
1010

1111
AC_CONFIG_SRCDIR([htop.c])
1212
AC_CONFIG_AUX_DIR([build-aux])

0 commit comments

Comments
 (0)