]> granicus.if.org Git - php/commitdiff
- Make people happy who like the Zend version number bumped up in parallel
authorAndi Gutmans <andi@php.net>
Sun, 21 Jan 2001 11:43:34 +0000 (11:43 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 21 Jan 2001 11:43:34 +0000 (11:43 +0000)
  with PHP.

Zend/zend.h

index d1a5cd6fbb0c4baa0558970c0ab3cb670e5798b7..f272a989cc6fdcafc3d7e420f7b67a765cd4bb9d 100644 (file)
@@ -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" {