diff --git a/php_yaf.h b/php_yaf.h index ffc98ef0..3585421e 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.5" +#define PHP_YAF_VERSION "3.3.6-dev" #define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module) #define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)