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