diff options
author | Nathan Scott <nathans@redhat.com> | 2021-09-21 16:30:46 +1000 |
---|---|---|
committer | Nathan Scott <nathans@redhat.com> | 2021-09-21 16:30:46 +1000 |
commit | 29983ff83a7f2c900fadb10e6cb570d167df2d80 (patch) | |
tree | 2a988b7868b749654796183ba70b4272965da1bf | |
parent | 36b7f5720020fe14e90ae1f4ce55ebd215f2ab21 (diff) |
Release 3.1.03.1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8bd532d9..e93afbd9 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [3.1.0-rc3], [htop@groups.io], [], [https://htop.dev/]) +AC_INIT([htop], [3.1.0], [htop@groups.io], [], [https://htop.dev/]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([build-aux]) |