diff options
author | Stanislav Malyshev <stas@php.net> | 2015-08-04 23:58:00 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-08-04 23:58:00 -0700 |
commit | d6d5fb0aa1b2a014f7a800331a4f631cbb5ad5e5 (patch) | |
tree | df4fd81530ac72fa88cfb0e1c632217fcc4abb65 /main/php_version.h | |
parent | 2425f88afd487181e4b2a86e9008b98a03dfb663 (diff) | |
download | php-git-PHP-5.5.28.tar.gz |
5.5.28php-5.5.28PHP-5.5.28
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 74616e161a..6f0765f664 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 5 #define PHP_RELEASE_VERSION 28 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.28-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.5.28" #define PHP_VERSION_ID 50528 |