diff options
| author | Johannes Schlüter <johannes@php.net> | 2011-12-22 12:36:40 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2011-12-22 12:36:40 +0000 |
| commit | af07705f970e4c58b85a1b53193bc04e0e095a78 (patch) | |
| tree | 8edfc73405ad77628b37927bba0e26a1d475d57f /main/php_version.h | |
| parent | 712be66d0514e5f643ae6cff3a7f2d99dd34db31 (diff) | |
| download | php-git-af07705f970e4c58b85a1b53193bc04e0e095a78.tar.gz | |
Back to -dev
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 6412444edc..cb1153856f 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 "RC4" -#define PHP_VERSION "5.3.9RC4" +#define PHP_EXTRA_VERSION "RC5-dev" +#define PHP_VERSION "5.3.9RC5-dev" #define PHP_VERSION_ID 50309 |
