From 858ad8029dffe11592296e60afe35d1e76e823ae Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 27 Aug 2021 12:14:23 +1000 Subject: Update configure to reflect rc1 in the version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 71b93b40..32e89cf4 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [3.1.0-dev], [htop@groups.io], [], [https://htop.dev/]) +AC_INIT([htop], [3.1.0-rc1], [htop@groups.io], [], [https://htop.dev/]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([build-aux]) -- cgit v1.2.3