Skip to content

Commit 553c0db

Browse files
committed
Release 1.1.0
1 parent 64fe22b commit 553c0db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ It also provides additional functions from libxcrypt missing in core PHP:
2222
<email>[email protected]</email>
2323
<active>yes</active>
2424
</lead>
25-
<date>2024-09-13</date>
25+
<date>2024-09-26</date>
2626
<version>
27-
<release>1.1.0RC1</release>
27+
<release>1.1.0</release>
2828
<api>1.1.0</api>
2929
</version>
3030
<stability>
31-
<release>beta</release>
32-
<api>beta</api>
31+
<release>stable</release>
32+
<api>stable</api>
3333
</stability>
3434
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
3535
<notes><![CDATA[

php_xpass.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern zend_module_entry xpass_module_entry;
2323
#define phpext_xpass_ptr &xpass_module_entry
2424

25-
#define PHP_XPASS_VERSION "1.1.0RC1"
25+
#define PHP_XPASS_VERSION "1.1.0"
2626
#define PHP_XPASS_AUTHOR "Remi Collet"
2727
#define PHP_XPASS_LICENSE "PHP-3.01"
2828

0 commit comments

Comments
 (0)