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 | |
| parent | b472fea7208bbcbb0d3a7a3cff2c7bab596bf75d (diff) | |
Release 1.1.0RC1v1.1.0RC1
| -rw-r--r-- | package.xml | 12 | ||||
| -rw-r--r-- | php_xpass.h | 2 | 
2 files changed, 7 insertions, 7 deletions
| diff --git a/package.xml b/package.xml index 5f9c4e2..87398b0 100644 --- a/package.xml +++ b/package.xml @@ -16,22 +16,22 @@ distributions, using extended crypt library (libxcrypt):      <email>remi@php.net</email>      <active>yes</active>    </lead> -  <date>2024-09-09</date> +  <date>2024-09-13</date>    <version> -    <release>1.1.0dev</release> +    <release>1.1.0RC1</release>      <api>1.1.0</api>    </version>    <stability> -    <release>stable</release> -    <api>stable</api> +    <release>beta</release> +    <api>beta</api>    </stability>    <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> -  <notes> +  <notes><![CDATA[  - add crypt_gensalt(?string $prefix = null, int $count = 0): ?string {}  - add crypt_preferred_method(): ?string {}  - add crypt_checksalt(string $salt): int {}  - add CRYPT_PREFIX_* and CRYPT_SALT_* constants -  </notes> +  ]]></notes>    <contents>      <dir name="/">        <!-- sources --> 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" | 
