From 6ae850bdee3f41802c8a6d8dce10d4b3e7113f29 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Wed, 6 May 2015 09:53:30 -0700 Subject: [PATCH] Bump version --- php_phongo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php_phongo.h b/php_phongo.h index 6a97924e8..28a14d365 100644 --- a/php_phongo.h +++ b/php_phongo.h @@ -29,8 +29,8 @@ extern zend_module_entry mongodb_module_entry; /* FIXME: Its annoying to bump version. Move into phongo_version.h.in */ -#define MONGODB_VERSION_S "0.6.3" -#define MONGODB_STABILITY_S "alpha" +#define MONGODB_VERSION_S "0.6.4" +#define MONGODB_STABILITY_S "devel" #define MONGODB_VERSION MONGODB_VERSION_S #ifdef PHP_WIN32