Version 1.1.0. v1.1.0
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Oct 2021 15:17:20 +0000 (16:17 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 1 Oct 2021 15:32:13 +0000 (16:32 +0100)
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

index 946466a..3286941 100644 (file)
@@ -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])