From 521c3d78cdf7009c74e4fd9c4716fff91bcbc71e Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Oct 2021 16:17:20 +0100 Subject: [PATCH] Version 1.1.0. Move to the more usual (for us) even = stable, odd = unstable semantic-ish versioning system, as used by olden days Linux. This is the first in a new development series. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 946466a..3286941 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([virt-top],[1.0.9]) +AC_INIT([virt-top],[1.1.0]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_MACRO_DIR([m4]) -- 1.8.3.1