[Spice-devel] [PATCH spice-protocol] Bump minor version to mark cleanup change
Frediano Ziglio
fziglio at redhat.com
Thu Apr 4 08:25:55 UTC 2019
>
> Hi,
>
> On Thu, Apr 04, 2019 at 08:33:27AM +0100, Frediano Ziglio wrote:
> > Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> > ---
> > configure.ac | 4 ++--
> > meson.build | 2 +-
> > 2 files changed, 3 insertions(+), 3 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac
> > index eb1b314..22c6008 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1,8 +1,8 @@
> > AC_PREREQ([2.57])
> >
> > m4_define([SPICE_MAJOR], 0)
> > -m4_define([SPICE_MINOR], 12)
> > -m4_define([SPICE_MICRO], 16)
> > +m4_define([SPICE_MINOR], 14)
> > +m4_define([SPICE_MICRO], 0)
> >
> > AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [],
> > spice-protocol)
> >
> > diff --git a/meson.build b/meson.build
> > index b457693..f9da4ac 100644
> > --- a/meson.build
> > +++ b/meson.build
> > @@ -2,7 +2,7 @@
> > # project definition
> > #
> > project('spice-protocol', 'c',
> > - version : '0.12.16',
> > + version : '0.14.0',
> > license : 'BSD',
> > meson_version : '>= 0.41.0')
>
> The plan is to do a 0.14 stable release?
>
No, just a bump like the bump after the release, more a preparation.
Frediano
More information about the Spice-devel
mailing list