From 769df604b20857e896189434f4134fec253744ac Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 7 Oct 2020 10:35:06 +0200 Subject: [PATCH] Set a -dev version to bug reports show a useful version and not the last release --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7982d648..31d4a57c 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.65) -AC_INIT([htop],[3.0.2],[htop@groups.io]) +AC_INIT([htop],[3.0.3-dev],[htop@groups.io]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([.])