summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"