diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2011-08-11 13:02:49 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2011-08-11 13:02:49 +0000 |
| commit | db472c60cf078b7b1d5b98bf3a44fae7a9c110d8 (patch) | |
| tree | 10d35f3511a013f22f768a88afdc7d0c5cddea8e /main/php_version.h | |
| parent | cc93e8e51fd66e1523c6ab1baede83d51bd29c0d (diff) | |
| download | php-git-db472c60cf078b7b1d5b98bf3a44fae7a9c110d8.tar.gz | |
5.3.7RC5
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 63464fbfba..f71e156f4a 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 7 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "5.3.7RC5-dev" +#define PHP_EXTRA_VERSION "RC5" +#define PHP_VERSION "5.3.7RC5" #define PHP_VERSION_ID 50307 |
