From 42f792beb8d91b0669345461b3f0856dba1970a9 Mon Sep 17 00:00:00 2001 From: Dmitry Zenovich Date: Sun, 3 Oct 2010 19:26:37 +0400 Subject: [PATCH] Preparing for release --- php_runkit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_runkit.h b/php_runkit.h index 6cfbbf8..a320629 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.1-dev" +#define PHP_RUNKIT_VERSION "1.0.1" #define PHP_RUNKIT_SANDBOX_CLASSNAME "Runkit_Sandbox" #define PHP_RUNKIT_SANDBOX_PARENT_CLASSNAME "Runkit_Sandbox_Parent"