From 5ef527eb9605ce92ebfb289d6d01194ebff421ab Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Mon, 2 Jan 2012 18:07:05 +0400 Subject: [PATCH] 1.0.3 --- php_runkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_runkit.h b/php_runkit.h index aa0faf8..b38d9aa 100644 --- a/php_runkit.h +++ b/php_runkit.h @@ -35,7 +35,7 @@ #include "Zend/zend_closures.h" #endif -#define PHP_RUNKIT_VERSION "1.0.3-dev" +#define PHP_RUNKIT_VERSION "1.0.3" #define PHP_RUNKIT_SANDBOX_CLASSNAME "Runkit_Sandbox" #define PHP_RUNKIT_SANDBOX_PARENT_CLASSNAME "Runkit_Sandbox_Parent"