summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2009-03-23 20:40:37 +0000
committerJohannes Schlüter <johannes@php.net>2009-03-23 20:40:37 +0000
commit5afff1795803d3965101d3b5dc1e0437cd1222eb (patch)
tree70ef516b9d2669b7ff0437607cc23f32db042be6 /main
parent3c038201eb10e6ee34ebeef4bc00d17cc7d86bae (diff)
downloadphp-git-5afff1795803d3965101d3b5dc1e0437cd1222eb.tar.gz
Back to dev
Diffstat (limited to 'main')
-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 46c8f1d58c..80c6141cd6 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 "RC1"
-#define PHP_VERSION "5.3.0RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.3.0RC2-dev"
#define PHP_VERSION_ID 50300