From a516e0852ebe8919ac62c37f46639da561c0c925 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 5 Sep 2021 19:07:29 +0200 Subject: Update configure to reflect rc2 in the version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f056f413..6b3db53e 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [3.1.0-rc1], [htop@groups.io], [], [https://htop.dev/]) +AC_INIT([htop], [3.1.0-rc2], [htop@groups.io], [], [https://htop.dev/]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.3