diff --git a/php_v8.h b/php_v8.h index e90deeb..cc3fb02 100644 --- a/php_v8.h +++ b/php_v8.h @@ -33,11 +33,11 @@ extern zend_module_entry php_v8_module_entry; #ifndef PHP_V8_VERSION -#define PHP_V8_VERSION "0.2.0-dev" +#define PHP_V8_VERSION "0.1.1" #endif #ifndef PHP_V8_REVISION -#define PHP_V8_REVISION "dev" +#define PHP_V8_REVISION "release" #endif