From da0c50f208ec19b50a473b835f220e6ece63ae92 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Wed, 14 Jun 2017 21:51:23 -0700 Subject: [PATCH] Bump Reflection version to 1.0.6 --- php_runkit_object_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_runkit_object_id.h b/php_runkit_object_id.h index 549978d..277ca5b 100644 --- a/php_runkit_object_id.h +++ b/php_runkit_object_id.h @@ -35,7 +35,7 @@ #include "ext/standard/info.h" #include "ext/standard/php_string.h" -#define PHP_RUNKIT_OBJECT_ID_VERSION "1.0.0" +#define PHP_RUNKIT_OBJECT_ID_VERSION "1.0.6" #ifndef phpext_runkit_object_id_ptr extern zend_module_entry runkit_object_id_module_entry;