Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit 8302437

Browse files
committed
Back to 0.6.0-dev [skip ci]
1 parent 571db0d commit 8302437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php_ref.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ extern zend_module_entry php_ref_module_entry;
1919
#define phpext_ref_ptr &php_ref_module_entry
2020

2121
#ifndef PHP_REF_VERSION
22-
#define PHP_REF_VERSION "0.5.0"
22+
#define PHP_REF_VERSION "0.6.0"
2323
#endif
2424

2525
#ifndef PHP_REF_REVISION
26-
#define PHP_REF_REVISION "release"
26+
#define PHP_REF_REVISION "dev"
2727
#endif
2828

2929
#if PHP_VERSION_ID < 70100

0 commit comments

Comments
 (0)