diff options
author | Johannes Schlüter <johannes@php.net> | 2012-12-05 18:50:59 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2012-12-05 18:50:59 +0100 |
commit | c31ce8a12502fc7db84a05c36c493f4f5a84a044 (patch) | |
tree | 1d5f9ce4a45e575aa40cad578bea09ce1e5fe6f6 /main/php_version.h | |
parent | 94cbd6374adcb3e2ac15303dd47a212953f93e98 (diff) | |
download | php-git-php-5.3.20RC1.tar.gz |
PHP 5.3.20RC1php-5.3.20RC1
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 331f30a051..95a16bb2dd 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 "-dev" -#define PHP_VERSION "5.3.20-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.20RC1" #define PHP_VERSION_ID 50320 |