Skip to content

Commit

Permalink
back to dev (2.3.1-dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jan 8, 2014
1 parent 212127b commit d164bda
Showing 1 changed file with 1 addition and 1 deletion.
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.0"
#define PHP_YAF_VERSION "2.3.1-dev"

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

Please sign in to comment.