Skip to content

Commit

Permalink
release yaf-2.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 4, 2013
1 parent f1e4b9e commit 2b19135
Showing 1 changed file with 2 additions and 2 deletions.
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 328814 2012-12-18 05:33:48Z laruence $ */
/* $Id: php_yaf.h 328979 2013-01-04 10:50:55Z 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.9-dev"
#define YAF_VERSION "2.2.9"

#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 2b19135

Please sign in to comment.