diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-28 16:16:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-28 16:16:35 +0200 |
commit | 80fdfd87f89ddf1640b05c561cae74c6fac51472 (patch) | |
tree | d4da2b687b1d1a5bb318619fd0925434ef4751a6 /php_xpass.h | |
parent | 284a17d46f865e819f2520da9b536c51ca24d54a (diff) |
requires libxcrypt >= 4.4
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 0bb441f..5d889c4 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.0.0-dev" +#define PHP_XPASS_VERSION "1.0.0RC1" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" |