From d8568abc0dd1a026412703ac1e12c82688182d6a Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Mon, 4 May 2015 17:46:51 -0700 Subject: [PATCH] Bump stability --- php_phongo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_phongo.h b/php_phongo.h index c72038444..a61e87972 100644 --- a/php_phongo.h +++ b/php_phongo.h @@ -30,7 +30,7 @@ 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.0" -#define MONGODB_STABILITY_S "devel" +#define MONGODB_STABILITY_S "alpha" #define MONGODB_VERSION MONGODB_VERSION_S #ifdef PHP_WIN32