From: Andi Gutmans Date: Sat, 11 Aug 2001 00:20:37 +0000 (+0000) Subject: - For Sebastian. Will allow to see you're using the Engine 2 CVS via X-Git-Tag: BEFORE_EXP_MERGE~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5ea49a647cb8db9817305e714e3a4d6e5f9ad9d;p=php - For Sebastian. Will allow to see you're using the Engine 2 CVS via phpinfo() --- diff --git a/Zend/zend.h b/Zend/zend.h index 5d808bfd20..b93ff3ee72 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -21,7 +21,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "1.0.7" +#define ZEND_VERSION "2.0.0-dev" #ifdef __cplusplus #define BEGIN_EXTERN_C() extern "C" {