From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45457) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPq2J-0004SX-TJ for qemu-devel@nongnu.org; Thu, 22 Nov 2018 09:32:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPq2I-0004Dp-SB for qemu-devel@nongnu.org; Thu, 22 Nov 2018 09:32:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:52098) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gPq2I-00042P-J3 for qemu-devel@nongnu.org; Thu, 22 Nov 2018 09:32:54 -0500 Date: Thu, 22 Nov 2018 22:31:18 +0800 From: Wei Xu Message-ID: <20181122143118.GA11036@wei-ubt> References: <1542895581-10721-1-git-send-email-wexu@redhat.com> <1542895581-10721-2-git-send-email-wexu@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1542895581-10721-2-git-send-email-wexu@redhat.com> Subject: Re: [Qemu-devel] [PATCH v1 01/16] Update version for v3.1.0-rc2 release List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: jasowang@redhat.com, qemu-devel@nongnu.org Cc: Peter Maydell , tiwei.bie@intel.com, mst@redhat.com, maxime.coquelin@redhat.com, jfreimann@redhat.com This is an irrelevant patch mistakenly posted, please drop this, sorry. On Thu, Nov 22, 2018 at 09:06:06AM -0500, wexu@redhat.com wrote: > From: Peter Maydell > > Signed-off-by: Peter Maydell > --- > VERSION | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/VERSION b/VERSION > index 3af1c22..bbcce69 100644 > --- a/VERSION > +++ b/VERSION > @@ -1 +1 @@ > -3.0.91 > +3.0.92 > -- > 1.8.3.1 > >