Skip to content

Commit

Permalink
Release 1.1.0RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Sep 13, 2024
1 parent b472fea commit 250f90c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ distributions, using extended crypt library (libxcrypt):
<email>[email protected]</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 -->
Expand Down
2 changes: 1 addition & 1 deletion php_xpass.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 250f90c

Please sign in to comment.