diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-13 14:36:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-13 14:36:51 +0200 |
commit | 250f90c788673b3e089a47412cd82f74d6f5492d (patch) | |
tree | ba3163f9915602b5436b79acdc40b7ba3c3a5744 /php_xpass.h | |
parent | b472fea7208bbcbb0d3a7a3cff2c7bab596bf75d (diff) |
Release 1.1.0RC1v1.1.0RC1
Diffstat (limited to 'php_xpass.h')
-rw-r--r-- | php_xpass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php_xpass.h b/php_xpass.h index 6b1f0f2..56da634 100644 --- a/php_xpass.h +++ b/php_xpass.h @@ -22,7 +22,7 @@ extern zend_module_entry xpass_module_entry; #define phpext_xpass_ptr &xpass_module_entry -#define PHP_XPASS_VERSION "1.1.0-dev" +#define PHP_XPASS_VERSION "1.1.0RC1" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" |