diff options
| author | Ondřej Surý <ondrej@sury.org> | 2013-06-06 20:32:27 +0200 |
|---|---|---|
| committer | Ondřej Surý <ondrej@sury.org> | 2013-06-06 20:32:27 +0200 |
| commit | d9b0e944a6bfa31fec6b71170346648925e76935 (patch) | |
| tree | b6de5f6389aeb27758d34f29ea6f000570f5e9fc /main | |
| parent | 4cd628b36adb52a09b58782cd60c5f4ce2ad4764 (diff) | |
| download | php-d9b0e944a6bfa31fec6b71170346648925e76935.tar.gz | |
New upstream version 5.5.0~rc3
Diffstat (limited to 'main')
| -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 459c69924..629634e29 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 5 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "5.5.0RC2" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.5.0RC3" #define PHP_VERSION_ID 50500 |
