---
configure.ac | 2 +-
src/libvirt-php.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 51a2cfe..ed3c9d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libvirt-php], [0.5.1], [
http://libvirt.org])
+AC_INIT([libvirt-php], [0.5.2], [
http://libvirt.org])
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability])
AC_CONFIG_FILES([Makefile tools/Makefile src/Makefile tests/Makefile docs/Makefile])
AM_MAINTAINER_MODE([enable])
diff --git a/src/libvirt-php.h b/src/libvirt-php.h
index fa2cd2e..b1c49a4 100644
--- a/src/libvirt-php.h
+++ b/src/libvirt-php.h
@@ -74,7 +74,7 @@
#endif
#ifndef VERSION
-#define VERSION "0.5.2-dev"
+#define VERSION "0.5.2"
#define VERSION_MAJOR 0
#define VERSION_MINOR 5
#define VERSION_MICRO 2
--
2.5.5