From: Richard W.M. Jones Date: Fri, 1 Oct 2021 15:17:20 +0000 (+0100) Subject: Version 1.1.0. X-Git-Tag: v1.1.0^0 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=89673f986ab56a9634f0bede20a0307149971dc5;p=virt-top.git 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. --- 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])