From 13fe58f54a889c20f0155d003a3359254b144040 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Thu, 14 Oct 2021 23:53:41 +0200 Subject: 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 1b722222..6618ce19 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ # ---------------------------------------------------------------------- AC_PREREQ([2.69]) -AC_INIT([htop], [3.1.1], [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]) -- cgit v1.2.3