diff options
| author | Johannes Schlüter <johannes@php.net> | 2011-06-16 12:47:39 +0000 |
|---|---|---|
| committer | Johannes Schlüter <johannes@php.net> | 2011-06-16 12:47:39 +0000 |
| commit | 262492a18792cf77b26f3568b628bebe27fe8fe9 (patch) | |
| tree | b549a61c99fec94e1ee69cbf4dd7cb797560f3cb /main/php_version.h | |
| parent | 06d5c9a8f0948873739275011f306fd1e3f7df80 (diff) | |
| download | php-git-262492a18792cf77b26f3568b628bebe27fe8fe9.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 fa0ccffcee..823b3e913d 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 "RC1" -#define PHP_VERSION "5.3.7RC1" +#define PHP_EXTRA_VERSION "RC2-dev" +#define PHP_VERSION "5.3.7RC2-dev" #define PHP_VERSION_ID 50307 |
