1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

Fix Zend version while we're at it

This commit is contained in:
Zeev Suraski
2001-01-03 23:52:36 +00:00
parent da59c92901
commit a2ea3caa69

View File

@@ -21,7 +21,7 @@
#ifndef ZEND_H
#define ZEND_H
#define ZEND_VERSION "1.0.3"
#define ZEND_VERSION "1.0.4"
#ifdef __cplusplus
#define BEGIN_EXTERN_C() extern "C" {