diff options
author | Johannes Schlüter <johannes@php.net> | 2009-06-10 18:39:15 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-06-10 18:39:15 +0000 |
commit | a8f3eeefe8ba6bf463a5eca17f614dd2bac87169 (patch) | |
tree | 9c7fe49abd8349f34b110e7a3ea46c1df2d81676 /main/php_version.h | |
parent | 10d976d22510c583e8c6423ecf9f0f388dbd7b91 (diff) | |
download | php-git-a8f3eeefe8ba6bf463a5eca17f614dd2bac87169.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 be38bf9902..bbab73c261 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 0 -#define PHP_EXTRA_VERSION "RC3" -#define PHP_VERSION "5.3.0RC3" +#define PHP_EXTRA_VERSION "RC4-dev" +#define PHP_VERSION "5.3.0RC4-dev" #define PHP_VERSION_ID 50300 |