diff options
author | Stanislav Malyshev <stas@php.net> | 2014-12-16 10:41:23 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-12-16 10:41:23 -0800 |
commit | 94ce084be00dd3b477b46402beefe4343cd2c59c (patch) | |
tree | 901ec9e3e65c95b8a0b753a62f429aa1a134d188 /main/php_version.h | |
parent | 53f129a44d3c4ec0fae57993b9ae2f6cb48973cc (diff) | |
download | php-git-PHP-5.4.36.tar.gz |
5.4.36php-5.4.36PHP-5.4.36
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_version.h b/main/php_version.h index a36ea89436..a99769b8a5 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -4,6 +4,6 @@ #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 36 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.4.36-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.4.36" #define PHP_VERSION_ID 50436 |