We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f66716 commit 8284101Copy full SHA for 8284101
2 files changed
ChangeLog
@@ -1,5 +1,6 @@
1
What's new in version 3.5.1
2
3
+* Consolidate ClockMeter code into DateTimeMeter code
4
* Darwin: Fix unsigned underflow in memory meter on ARM64 (Apple Silicon 16K pages showing ~64TB used)
5
* Linux/PCP: Replace M_SHARE (SHR) with M_PRIV (PRIV) in default Main screen columns
6
* PCP: Fix dynamic screen column (instance) sorting (incorrect cast and field offsets)
configure.ac
@@ -7,7 +7,7 @@
7
8
m4_define([htop_git_version],
9
m4_normalize(m4_esyscmd([git describe --abbrev=7 --dirty --always --tags 2> /dev/null || echo ''])))
10
-m4_define([htop_release_version], [3.5.1-dev])
+m4_define([htop_release_version], [3.5.1])
11
12
# ----------------------------------------------------------------------
13
# Autoconf initialization.
0 commit comments