[libvirt] [libvirt-php PATCH 12/29] bump version 0.5.2-dev

Michal Privoznik mprivozn at redhat.com
Thu Apr 14 16:30:10 UTC 2016


On 13.04.2016 18:13, Neal Gompa wrote:
> From: Remi Collet <fedora at famillecollet.com>
> 
> ---
>  src/libvirt-php.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/src/libvirt-php.h b/src/libvirt-php.h
> index 9217b91..1562b32 100644
> --- a/src/libvirt-php.h
> +++ b/src/libvirt-php.h
> @@ -74,10 +74,10 @@
>  #endif
>  
>  #ifndef VERSION
> -#define VERSION "0.5.1"
> +#define VERSION "0.5.2-dev"
>  #define VERSION_MAJOR 0
>  #define VERSION_MINOR 5
> -#define VERSION_MICRO 1
> +#define VERSION_MICRO 2
>  #endif
>  
>  #include <libvirt/libvirt.h>
> 

This is not how we handle version numbers. Anything that's not released
yet is a development version.

NACK to this one.

Michal




More information about the libvir-list mailing list