[Spice-devel] [PATCH] protocol: set version number to 0.8.0

Hans de Goede hdegoede at redhat.com
Mon Apr 18 07:31:20 PDT 2011


Ack.

On 04/18/2011 12:53 PM, Christophe Fergeau wrote:
> spice-protocol 0.8.0 has been released, but for some reason the
> version number in the master branch was still at 0.6.3
> ---
>   configure.ac |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 3ee346a..72278e9 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,8 +1,8 @@
>   AC_PREREQ([2.57])
>
>   m4_define([SPICE_MAJOR], 0)
> -m4_define([SPICE_MINOR], 6)
> -m4_define([SPICE_MICRO], 3)
> +m4_define([SPICE_MINOR], 8)
> +m4_define([SPICE_MICRO], 0)
>
>   AC_INIT(spice-protocol, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice-protocol)
>


More information about the Spice-devel mailing list