summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-11-18 19:03:59 +0000
committerJohannes Schlüter <johannes@php.net>2010-11-18 19:03:59 +0000
commit63f65b6e8fbb6a9f01b5034f34121b2b422e4d91 (patch)
treef1b2e5ca17b077e7ae22b1da5bc22420ca0be35c /main/php_version.h
parent7a8d9ad16a0ce59645335b7d1c7d4773f28ec169 (diff)
downloadphp-git-63f65b6e8fbb6a9f01b5034f34121b2b422e4d91.tar.gz
Back to -dev
Diffstat (limited to 'main/php_version.h')
-rw-r--r--main/php_version.h4
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