
14 Apr
2016
14 Apr
'16
6:30 p.m.
On 13.04.2016 18:13, Neal Gompa wrote:
From: Remi Collet <fedora@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