1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

- For Sebastian. Will allow to see you're using the Engine 2 CVS via

phpinfo()
This commit is contained in:
Andi Gutmans
2001-08-11 00:20:37 +00:00
parent 40b419a577
commit f5ea49a647
+1 -1
View File
@@ -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" {