diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-09 11:45:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-09 11:45:22 +0200 |
commit | 59449643838d6ae60df599cd21fb99eaf05434c2 (patch) | |
tree | f0797db39ac4914953ddcac8f4359115a1cb71dd | |
parent | 4f5ed297114e84455d6c7eaf2a1b339fd12e704d (diff) |
back to dev
-rw-r--r-- | package.xml | 19 | ||||
-rw-r--r-- | php_xpass.h | 2 |
2 files changed, 18 insertions, 3 deletions
diff --git a/package.xml b/package.xml index 8f2fb33..ada2994 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ distributions, using extended crypt library (libxcrypt): </lead> <date>2024-09-09</date> <version> - <release>1.0.0</release> + <release>1.0.1dev</release> <api>1.0.0</api> </version> <stability> @@ -27,7 +27,7 @@ distributions, using extended crypt library (libxcrypt): </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- first RC release +- </notes> <contents> <dir name="/"> @@ -60,6 +60,21 @@ distributions, using extended crypt library (libxcrypt): <extsrcrelease/> <changelog> <release> + <date>2024-09-09</date> + <version> + <release>1.0.0</release> + <api>1.0.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> + <notes> +- first RC release + </notes> + </release> + <release> <date>2024-09-02</date> <version> <release>1.0.0RC2</release> diff --git a/php_xpass.h b/php_xpass.h index efd73b6..05fbf79 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.0.0" +#define PHP_XPASS_VERSION "1.0.1-dev" #define PHP_XPASS_AUTHOR "Remi Collet" #define PHP_XPASS_LICENSE "PHP-3.01" |