diff options
author | Johannes Schlüter <johannes@php.net> | 2010-07-02 07:32:05 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2010-07-02 07:32:05 +0000 |
commit | c06a26a52471673276bbcb207b3875c70ca9db0d (patch) | |
tree | 2bea6bb5de268802f68223d28ebfefe91fc87720 /main | |
parent | 3b38626603f79ba84ef2f7349e66b7d95df10e75 (diff) | |
download | php-git-c06a26a52471673276bbcb207b3875c70ca9db0d.tar.gz |
Back to -dev
Diffstat (limited to 'main')
-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 e1e3826618..965a3c0d99 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 3 -#define PHP_EXTRA_VERSION "RC2" -#define PHP_VERSION "5.3.3RC2" +#define PHP_EXTRA_VERSION "RC3-dev" +#define PHP_VERSION "5.3.3RC3-dev" #define PHP_VERSION_ID 50303 |