diff options
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/package.xml b/package.xml index a88c119..20ec125 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ Documentation: https://www.php.net/rpminfo </lead> <date>2023-09-26</date> <version> - <release>0.7.0</release> + <release>0.7.1dev</release> <api>0.7.0</api> </version> <stability> @@ -24,8 +24,7 @@ Documentation: https://www.php.net/rpminfo </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes> -- add optional operator to rpmcmpver for consistency with version_compare -- drop support for PHP 7 +- </notes> <contents> <dir name="/"> @@ -76,6 +75,22 @@ Documentation: https://www.php.net/rpminfo <extsrcrelease/> <changelog> <release> + <date>2023-09-26</date> + <version> + <release>0.7.0</release> + <api>0.7.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> +- add optional operator to rpmcmpver for consistency with version_compare +- drop support for PHP 7 + </notes> + </release> + <release> <date>2021-06-18</date> <version> <release>0.6.0</release> |