diff options
author | Johannes Schlüter <johannes@php.net> | 2011-12-08 11:01:37 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2011-12-08 11:01:37 +0000 |
commit | 4307bd57dbf54fa2a213f0e1cbebdb64b92f4227 (patch) | |
tree | b70c61cfbe21e33a1f8e9523f5fce0db0cbd8c7b /main/php_version.h | |
parent | 52169a44af4c8dbcbf08d1960006db1b50c21eca (diff) | |
download | php-git-4307bd57dbf54fa2a213f0e1cbebdb64b92f4227.tar.gz |
- 5.3.9RC3
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 ca8339ba2a..ec3fb961e1 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 9 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "5.3.9RC3-dev" +#define PHP_EXTRA_VERSION "RC3" +#define PHP_VERSION "5.3.9RC3" #define PHP_VERSION_ID 50309 |