diff options
author | Sara Golemon <pollita@php.net> | 2021-03-02 16:32:10 +0000 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2021-03-02 16:32:10 +0000 |
commit | cb7b49dcf84846a79a19d75d0cdb82a9869c0465 (patch) | |
tree | a6c833099274093f03f4839e3bab00e9657e2008 /Zend | |
parent | 763c61db299b2a4026d2a9193061080871931633 (diff) | |
download | php-git-php-8.0.3.tar.gz |
Update versions for PHP 8.0.3php-8.0.3
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.h b/Zend/zend.h index a851ded9b9..ac7ce78d82 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.0.3-dev" +#define ZEND_VERSION "4.0.3" #define ZEND_ENGINE_3 |