diff options
author | johannes <johannes@php.net> | 2012-07-05 01:00:23 +0200 |
---|---|---|
committer | johannes <johannes@php.net> | 2012-07-05 01:00:23 +0200 |
commit | 1f6c43f0555038056c123945e6600c3a18ac2407 (patch) | |
tree | bd5eda067eca1ea782f83f4a7fafa10c34d3a04d /main/php_version.h | |
parent | bcc87ba68ede7b90cd544ec0911bdbe5d844aa2a (diff) | |
download | php-git-php-5.3.15RC1.tar.gz |
PHP 5.3.15RC1php-5.3.15RC1
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 2f65dbdb29..103caba3d3 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 15 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.15-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.15RC1" #define PHP_VERSION_ID 50315 |