Skip to content

Commit

Permalink
prepare for 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Oct 22, 2014
1 parent 3f923c4 commit d3d0638
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2014-01-09</date>
<time>11:07:00</time>
<date>2014-10-22</date>
<time>21:53:00</time>
<version>
<release>2.3.2</release>
<api>2.3.2</api>
<release>2.3.3</release>
<api>2.3.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fixed windows build
- Changelog 2.3.0:
- Added Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route::assemble. (Now you can assemble url via routes)
- Fixed Segfault if a empty application.directory is set
- Fixed build with PHP-5.6
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -214,6 +210,22 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-10-22</date>
<version>
<release>2.3.3</release>
<api>2.3.3</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed build with PHP-5.6
</notes>

</release>
<release>
<date>2014-01-09</date>
<version>
Expand All @@ -229,7 +241,6 @@
- Fixed windows build
</notes>
</release>

<release>
<date>2014-01-08</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_yaf.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern zend_module_entry yaf_module_entry;
#define YAF_G(v) (yaf_globals.v)
#endif

#define PHP_YAF_VERSION "2.3.3-dev"
#define PHP_YAF_VERSION "2.3.3"

#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 d3d0638

Please sign in to comment.