diff options
author | Nikita Popov <nikic@php.net> | 2014-09-16 19:14:46 +0100 |
---|---|---|
committer | Andrea Faulds <ajf@ajf.me> | 2014-09-16 19:14:46 +0100 |
commit | 69e7c9d89ca4674b73a851154d1f06dcbb6cb352 (patch) | |
tree | e9f01ffdb2721980166d342dda725692bd1a7ea7 /main/php_version.h | |
parent | f469dc7429f2257aac6f46228302408608fbd62f (diff) | |
download | php-git-69e7c9d89ca4674b73a851154d1f06dcbb6cb352.tar.gz |
Initial coalesce operator implementation
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/php_version.h b/main/php_version.h index 186d9d2b7d..d48ab24141 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -6,4 +6,3 @@ #define PHP_EXTRA_VERSION "-dev" #define PHP_VERSION "7.0.0-dev" #define PHP_VERSION_ID 70000 - |