From f03f48a0fb0057e53fd8426f45cc1f5a28badc93 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Mon, 7 Dec 2020 12:16:03 +1100 Subject: [PATCH] Change version string to note development repo build --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f6246643..253ff5fe 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.3],[htop@groups.io]) +AC_INIT([htop],[3.0.3-dev],[htop@groups.io]) AC_CONFIG_SRCDIR([htop.c]) AC_CONFIG_AUX_DIR([.])