Skip to content

Commit

Permalink
sync to svn, 2.2.0 released
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Sep 7, 2012
1 parent 2f61440 commit d01f287
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2012-09-02</date>
<time>12:03:17</time>
<date>2012-09-07</date>
<time>12:38:17</time>
<version>
<release>2.2.0</release>
<api>2.2.0</api>
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 327512 2012-09-07 04:20:33Z laruence $ */
/* $Id: php_yaf.h 327517 2012-09-07 04:52:14Z 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.0"
#define YAF_VERSION "2.2.1-dev"

#define YAF_STARTUP_FUNCTION(module) ZEND_MINIT_FUNCTION(yaf_##module)
#define YAF_RINIT_FUNCTION(module) ZEND_RINIT_FUNCTION(yaf_##module)
Expand Down
2 changes: 1 addition & 1 deletion yaf.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: yaf.c 327415 2012-09-01 13:58:02Z laruence $ */
/* $Id: yaf.c 327514 2012-09-07 04:31:34Z laruence $ */

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down
2 changes: 1 addition & 1 deletion yaf_loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
+----------------------------------------------------------------------+
*/

/* $Id: yaf_loader.c 327509 2012-09-07 03:26:22Z laruence $ */
/* $Id: yaf_loader.c 327515 2012-09-07 04:38:21Z laruence $ */

#ifdef HAVE_CONFIG_H
#include "config.h"
Expand Down

0 comments on commit d01f287

Please sign in to comment.