1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-04-14 14:08:27 +03:00

Update version number to 3.2.0-dev to identify git repo builds

This commit is contained in:
Nathan Scott 2021-11-30 12:10:54 +11:00
parent d73783d6db
commit 43e9be5a8f

@ -6,7 +6,7 @@
# ----------------------------------------------------------------------
AC_PREREQ([2.69])
AC_INIT([htop], [3.1.2], [htop@groups.io], [], [https://htop.dev/])
AC_INIT([htop], [3.2.0-dev], [htop@groups.io], [], [https://htop.dev/])
AC_CONFIG_SRCDIR([htop.c])
AC_CONFIG_AUX_DIR([build-aux])