diff options
| author | Johannes Schlüter <johannes@php.net> | 2010-11-18 19:03:59 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2010-11-18 19:03:59 +0000 |
| commit | 63f65b6e8fbb6a9f01b5034f34121b2b422e4d91 (patch) | |
| tree | f1b2e5ca17b077e7ae22b1da5bc22420ca0be35c /main/php_version.h | |
| parent | 7a8d9ad16a0ce59645335b7d1c7d4773f28ec169 (diff) | |
| download | php-git-63f65b6e8fbb6a9f01b5034f34121b2b422e4d91.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 5e66866ec2..0738565267 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 4 -#define PHP_EXTRA_VERSION "RC1" -#define PHP_VERSION "5.3.4RC1" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "5.3.4RC2-dev" #define PHP_VERSION_ID 50304 |
