summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-10-20 13:15:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-10-20 13:15:35 +0000
commit2ca717905ef63bf91b0fa441068e8bdbd70cb0ec (patch)
tree75db6f9c95529a413220381223e216ab0715fef2 /main
parent3b1e2992643b6d249eb86bdd70340b08e1833e33 (diff)
downloadphp-git-2ca717905ef63bf91b0fa441068e8bdbd70cb0ec.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 a53e66d754..a3035ddde7 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC6"
-#define PHP_VERSION "5.2.0RC6"
+#define PHP_EXTRA_VERSION "RC7-dev"
+#define PHP_VERSION "5.2.0RC7-dev"
#define PHP_VERSION_ID 50200