Skip to content

Commit

Permalink
prepare for 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Oct 22, 2012
1 parent 0fd6c86 commit 1a2e900
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
33 changes: 26 additions & 7 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-?-?</date>
<time>10:21:46</time>
<date>2012-10-22</date>
<time>11:17:35</time>
<version>
<release>2.2.4</release>
<api>2.2.4</api>
<release>2.2.5</release>
<api>2.2.5</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Release stable version
- Fixed bug empty template file interrupts forwarding chain
- Add LICENSE file according to FR #63239
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -174,6 +176,24 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2012-10-22</date>
<version>
<release>2.2.5</release>
<api>2.2.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Release stable version
- Fixed bug empty template file interrupts forwarding chain
- Add LICENSE file according to FR #63239
</notes>
</release>

<release>
<date>2012-10-08</date>
<version>
Expand All @@ -191,7 +211,6 @@
- Fixed memleak in Yaf_View_Simple::display()
</notes>
</release>

<release>
<date>2012-09-26</date>
<version>
Expand Down
4 changes: 2 additions & 2 deletions php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: php_yaf.h 327925 2012-10-08 02:28:54Z laruence $ */
/* $Id: php_yaf.h 328091 2012-10-22 03:19:58Z laruence $ */

#ifndef PHP_YAF_H
#define PHP_YAF_H
Expand All @@ -41,7 +41,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define YAF_VERSION "2.2.5-dev"
#define YAF_VERSION "2.2.5"

#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)
Expand Down

0 comments on commit 1a2e900

Please sign in to comment.