summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-09-26 10:23:03 +0200
committerRemi Collet <remi@php.net>2024-09-26 10:23:03 +0200
commit553c0db0a57bb752e24bc414d2374205a04b0902 (patch)
treeba04cdca9215978f77766922c78e4c959f9c3e60
parent64fe22b1562a43c6c372f8d4861ea697857da361 (diff)
Release 1.1.0v1.1.0
-rw-r--r--package.xml8
-rw-r--r--php_xpass.h2
2 files changed, 5 insertions, 5 deletions
diff --git a/package.xml b/package.xml
index f00ea28..dea8c65 100644
--- a/package.xml
+++ b/package.xml
@@ -22,14 +22,14 @@ It also provides additional functions from libxcrypt missing in core PHP:
<email>remi@php.net</email>
<active>yes</active>
</lead>
- <date>2024-09-13</date>
+ <date>2024-09-26</date>
<version>
- <release>1.1.0RC1</release>
+ <release>1.1.0</release>
<api>1.1.0</api>
</version>
<stability>
- <release>beta</release>
- <api>beta</api>
+ <release>stable</release>
+ <api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes><![CDATA[
diff --git a/php_xpass.h b/php_xpass.h
index 56da634..0d10ff2 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.0RC1"
+#define PHP_XPASS_VERSION "1.1.0"
#define PHP_XPASS_AUTHOR "Remi Collet"
#define PHP_XPASS_LICENSE "PHP-3.01"