diff options
| author | Johannes Schlüter <johannes@php.net> | 2011-11-24 14:00:10 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2011-11-24 14:00:10 +0000 |
| commit | fb573462cac6b25f2110caf9a0a3d18353398d68 (patch) | |
| tree | 817285f76c6891f5bf4d4dc0d41c6a2d2b02580f /main/php_version.h | |
| parent | e9087c9d4a065babb3b3c89b0d7899285e195f10 (diff) | |
| download | php-git-fb573462cac6b25f2110caf9a0a3d18353398d68.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 354ce1157e..ca8339ba2a 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 "RC2" -#define PHP_VERSION "5.3.9RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "5.3.9RC3-dev" #define PHP_VERSION_ID 50309 |
