From f0081c0b68a663227c1cca8a4e98cf8ca416bf64 Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Tue, 5 Oct 2010 14:56:07 +0400 Subject: [PATCH] 1.0.2 --- php_runkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_runkit.h b/php_runkit.h index c3d0356..3212248 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.2-dev" +#define PHP_RUNKIT_VERSION "1.0.2" #define PHP_RUNKIT_SANDBOX_CLASSNAME "Runkit_Sandbox" #define PHP_RUNKIT_SANDBOX_PARENT_CLASSNAME "Runkit_Sandbox_Parent"