Update configure to reflect rc1 in the version

This commit is contained in:
Nathan Scott 2021-08-27 12:14:23 +10:00
parent 6876a4b136
commit 858ad8029d
1 changed files with 1 additions and 1 deletions

View File

@ -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])