diff options
author | Nathan Scott <nathans@redhat.com> | 2023-02-05 09:26:23 +1100 |
---|---|---|
committer | Nathan Scott <nathans@redhat.com> | 2023-02-05 09:26:23 +1100 |
commit | 55c10eccd71b6b016a50237bc8c8508b7bf66783 (patch) | |
tree | da70bf44b2423f6f8e9a070c063fed79d190b489 | |
parent | b728d96fb68bd6bb2e5c3030e8678b2702191937 (diff) |
Drop -dev version suffix in configure.ac for release3.2.2
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 33e7fd88..bbb042ac 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [3.2.2-dev], [htop@groups.io], [], [https://htop.dev/]) +AC_INIT([htop], [3.2.2], [htop@groups.io], [], [https://htop.dev/]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([build-aux]) |