- Change Zend version as API has changed

This commit is contained in:
Andi Gutmans 2000-03-22 19:07:47 +00:00
parent 2e68fc59e3
commit 326f69f54e

View File

@ -21,7 +21,7 @@
#ifndef _ZEND_H
#define _ZEND_H
#define ZEND_VERSION "0.90"
#define ZEND_VERSION "0.92"
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {