diff options
Diffstat (limited to 'ext/phar/php_phar.h')
-rw-r--r-- | ext/phar/php_phar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/php_phar.h b/ext/phar/php_phar.h index a5b8d36661..c8535fb7f4 100644 --- a/ext/phar/php_phar.h +++ b/ext/phar/php_phar.h @@ -22,7 +22,7 @@ #ifndef PHP_PHAR_H #define PHP_PHAR_H -#define PHP_PHAR_VERSION "2.0.0-dev" +#define PHP_PHAR_VERSION "2.0.0" #include "ext/standard/basic_functions.h" extern zend_module_entry phar_module_entry; |