summaryrefslogtreecommitdiff
path: root/Zend/zend.h
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>1999-07-19 19:58:44 +0000
committerAndi Gutmans <andi@php.net>1999-07-19 19:58:44 +0000
commite78fc33c355da47ec6b94477cd89b830f63f2db7 (patch)
tree1530da7b845a962c126381474670486c7b4c8979 /Zend/zend.h
parent5fdd45695bf9fd2055e65e6acee14af112f63d0f (diff)
downloadphp-git-e78fc33c355da47ec6b94477cd89b830f63f2db7.tar.gz
* Fix Zend version
* Fix a method call bug
Diffstat (limited to 'Zend/zend.h')
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index 4372d329ee..2f08fbe139 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -21,7 +21,7 @@
#ifndef _ZEND_H
#define _ZEND_H
-#define ZEND_VERSION "0.80A"
+#define ZEND_VERSION "0.90"
#ifdef __cplusplus