Skip to content

Commit 55c10ec

Browse files
committed
Drop -dev version suffix in configure.ac for release
1 parent b728d96 commit 55c10ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.2-dev], [[email protected]], [], [https://htop.dev/])
9+
AC_INIT([htop], [3.2.2], [[email protected]], [], [https://htop.dev/])
1010

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

0 commit comments

Comments
 (0)