[PECL-CVS] [pecl-xml-xmldiff] master: release: back to dev
[email protected] (Niels Dossche)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Niels Dossche (ndossche) Date: 2025-12-19T23:17:41+01:00 Commit: https://github.com/php/pecl-xml-xmldiff/commit/4ff3610ca494456f2d992bc48532e0cc16938b7c Raw diff: https://github.com/php/pecl-xml-xmldiff/commit/4ff3610ca494456f2d992bc48532e0cc16938b7c.diff release: back to dev Changed paths: M package.xml M php_xmldiff.h Diff: diff --git a/package.xml b/package.xml index d5c5fe4..c19e0ba 100644 --- a/package.xml +++ b/package.xml @@ -22,9 +22,9 @@ <email>[email protected]</email> <active>yes</active> </lead> - <date>2025-02-22</date> + <date>2025-12-19</date> <version> - <release>1.1.6</release> + <release>1.1.7</release> <api>0.10.0</api> </version> <stability> @@ -33,7 +33,7 @@ </stability> <license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license> <notes> - - Fix PHP 8.5 compatibility (Remi Collet) + - TODO </notes> <contents> <dir name="/"> @@ -290,6 +290,21 @@ <providesextension>xmldiff</providesextension> <extsrcrelease /> <changelog> + <release> + <date>2025-12-19</date> + <version> + <release>1.1.6</release> + <api>0.10.0</api> + </version> + <stability> + <release>stable</release> + <api>stable</api> + </stability> + <license uri="http://opensource.org/licenses/BSD-2-Clause">BSD 2-clause</license> + <notes> + - Fix PHP 8.5 compatibility (Remi Collet) + </notes> + </release> <release> <date>2025-02-22</date> <version> diff --git a/php_xmldiff.h b/php_xmldiff.h index 19f4b12..3064305 100644 --- a/php_xmldiff.h +++ b/php_xmldiff.h @@ -110,7 +110,7 @@ struct ze_xmldiff_obj { }; #endif -#define PHP_XMLDIFF_VERSION "1.1.6" +#define PHP_XMLDIFF_VERSION "1.1.7-dev" PHP_MINIT_FUNCTION(xmldiff); PHP_MSHUTDOWN_FUNCTION(xmldiff);