summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-01-21 11:43:34 +0000
committerAndi Gutmans <andi@php.net>2001-01-21 11:43:34 +0000
commit3353ad7e6e757f6e7373b8c78fce7d461e2037aa (patch)
tree27c5919f1ad42ba87e7a553b60aa8dcb418e3181
parent5c867551fe2e4700734cf160668aaa648fc69947 (diff)
downloadphp-git-3353ad7e6e757f6e7373b8c78fce7d461e2037aa.tar.gz
- Make people happy who like the Zend version number bumped up in parallel
with PHP.
-rw-r--r--Zend/zend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index d1a5cd6fbb..f272a989cc 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -21,7 +21,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "1.0.3"
+#define ZEND_VERSION "1.0.5"
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {