[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw: Add compat machines for 6.3
From: |
Peter Maydell |
Subject: |
Re: [PATCH] hw: Add compat machines for 6.3 |
Date: |
Wed, 15 Dec 2021 19:24:28 +0000 |
On Wed, 15 Dec 2021 at 17:13, Juan Quintela <quintela@redhat.com> wrote:
> I got confused with the version number on the tree.
Yeah, the VERSION numbering is a bit odd:
VERSION tag
6.2.0 v6.2.0
6.2.50 none, development tree before next release
6.2.90 v7.0.0-rc0
6.2.91 v7.0.0-rc1
6.2.92 v7.0.0-rc2
6.2.93 v7.0.0-rc3
7.0.0 v7.0.0
It's trying to maintain (a) VERSION strictly increments and
(b) tags look like what users expect and (c) VERSION and tag
line up for the actual release. But it does mean the
open-dev-tree and the rc VERSION values are confusing.
I always have to check the comments in my tagging script
to get it right :-)
-- PMM