diff options
author | Johannes Schlüter <johannes@php.net> | 2013-03-28 15:03:11 +0100 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2013-03-28 15:03:11 +0100 |
commit | 65cf185e0a716c75c1466b4f2a415155bfa75c21 (patch) | |
tree | fe94788951e618c375d8e36bc5de3067f98c6edf /main/php_version.h | |
parent | c4686b4de93a89e8265331b0d4a6a7954ccbae95 (diff) | |
download | php-git-php-5.3.24RC1.tar.gz |
PHP 5.3.24RC1php-5.3.24RC1
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 10e5b7d684..6aa01b8dc8 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 24 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.3.24-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.3.24RC1" #define PHP_VERSION_ID 50324 |