summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-04-04 00:16:53 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-04-04 00:16:53 +0000
commitcb9be83c3158a72b35803e4873de618a39370d1c (patch)
tree8638c931599fa5de0ca3ae61a37dd53fe071727d /main
parent62c865e21f26a199492ed451684bc3f9b5a500b0 (diff)
downloadphp-git-cb9be83c3158a72b35803e4873de618a39370d1c.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 947739aad1..ddd0742ade 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 6
-#define PHP_EXTRA_VERSION "RC4"
-#define PHP_VERSION "5.2.6RC4"
+#define PHP_EXTRA_VERSION "RC5-dev"
+#define PHP_VERSION "5.2.6RC5-dev"
#define PHP_VERSION_ID 50206