summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-01-19 00:13:49 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-01-19 00:13:49 +0000
commit5500a08ba3d8164cd51a43c887351ae50b2abd75 (patch)
treec6cd0f4f44e3635a7f6120657e77ba1161b9d587 /main
parentcbd3a641363a17dc8897e70e80c4829ae660e921 (diff)
downloadphp-git-5500a08ba3d8164cd51a43c887351ae50b2abd75.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 e3bdc88e29..4b59caa2ba 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 1
-#define PHP_EXTRA_VERSION "RC3"
-#define PHP_VERSION "5.2.1RC3"
+#define PHP_EXTRA_VERSION "RC4-dev"
+#define PHP_VERSION "5.2.1RC4-dev"
#define PHP_VERSION_ID 50201