From 43e9be5a8f63b6be614f7a73500ad4e755f38c83 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 30 Nov 2021 12:10:54 +1100 Subject: [PATCH] Update version number to 3.2.0-dev to identify git repo builds --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0e690965..6618ce19 100644 --- a/configure.ac +++ b/configure.ac @@ -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])