diff options
author | Johannes Schlüter <johannes@php.net> | 2013-01-03 22:47:29 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-01-03 22:47:29 +0100 |
commit | ec04de6368427909491866cf658e6060f79429ea (patch) | |
tree | 81b59dc018b3270edb1ebf0ce47971302a836db6 /main/php_version.h | |
parent | 831fbcf3852dc866697f02f76df61ccee915e047 (diff) | |
download | php-git-php-5.3.21RC1.tar.gz |
PHP 5.3.21RC1php-5.3.21RC1
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 f34c957567..5f1d5861b8 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 21 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.21-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.21RC1" #define PHP_VERSION_ID 50321 |