Skip to content

Commit

Permalink
prepare for yaf-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xinchen committed Jan 8, 2014
1 parent b7c2090 commit a7ecb23
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
31 changes: 24 additions & 7 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,20 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-01-04</date>
<time>18:27:23</time>
<date>2014-01-08</date>
<time>15:26:23</time>
<version>
<release>2.2.10</release>
<api>2.2.10</api>
<release>2.3.0</release>
<api>2.3.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Added Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route::assemble
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -193,6 +194,23 @@
<providesextension>yaf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2014-01-08</date>
<version>
<release>2.3.0</release>
<api>2.3.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Added Yaf_Response::setHeader, getHeahder, setAllHeader, clearHeaders Methods
- Added Yaf_Route::assemble
</notes>
</release>

<release>
<date>2013-01-04</date>
<version>
Expand All @@ -209,7 +227,6 @@
- Fixed some compiler warnings (Remi)
</notes>
</release>

<release>
<date>2012-12-18</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.2.10-dev"
#define PHP_YAF_VERSION "2.3.0"

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

Please sign in to comment.