- Get ready for release

This commit is contained in:
Andi Gutmans 2000-05-21 16:29:38 +00:00
parent 767ea7a7e4
commit cc590f49f2
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#ifndef _ZEND_H
#define _ZEND_H
#define ZEND_VERSION "0.99"
#define ZEND_VERSION "1.00"
#define ZEND_NEW_ERROR_HANDLING 0

View File

@ -23,7 +23,7 @@
#include "zend_compile.h"
#define ZEND_EXTENSION_API_NO 20000510
#define ZEND_EXTENSION_API_NO 20000521
typedef struct _zend_extension_version_info {
int zend_extension_api_no;