diff options
author | Johannes Schlüter <johannes@php.net> | 2012-12-19 16:13:48 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-12-19 16:13:48 +0100 |
commit | 13adcc108d882e792b765fbfc4849eb7bd4e9863 (patch) | |
tree | 9c60e637d4c058b65edd1b5f2a662e2b7b61de0f /main/php_version.h | |
parent | c31ce8a12502fc7db84a05c36c493f4f5a84a044 (diff) | |
download | php-git-PHP-5.3.20.tar.gz |
PHP 5.3.20php-5.3.20PHP-5.3.20
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 95a16bb2dd..dd551e94c1 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 3 #define PHP_RELEASE_VERSION 20 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.3.20RC1" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.3.20" #define PHP_VERSION_ID 50320 |