diff options
author | Johannes Schlüter <johannes@php.net> | 2009-05-06 18:57:45 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-05-06 18:57:45 +0000 |
commit | 508a2d0c3d20a63d0237512cc588b6c5c1f11a26 (patch) | |
tree | 0196e19d57616ce7686bbed95a39ab1324d650cd /main/php_version.h | |
parent | 6eb27922d76ef2919287ca24579084cece3f6065 (diff) | |
download | php-git-508a2d0c3d20a63d0237512cc588b6c5c1f11a26.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 70dc0d9dd1..1a066ec036 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 "RC2" -#define PHP_VERSION "5.3.0RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "5.3.0RC3-dev" #define PHP_VERSION_ID 50300 |