diff --git a/php_yaf.h b/php_yaf.h index 0f6a5e56..e8228462 100644 --- a/php_yaf.h +++ b/php_yaf.h @@ -44,7 +44,7 @@ extern zend_module_entry yaf_module_entry; # define ZEND_ACC_DTOR 0x0 #endif -#define PHP_YAF_VERSION "3.3.6" +#define PHP_YAF_VERSION "3.3.7-dev" #define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module) #define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)