summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-02-28 15:36:07 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-02-28 15:36:07 +0000
commit73550dd6b5c008d09248d629bb27c50d44bf8520 (patch)
treebea09d80a993b3dac583df3a2f37c1b60e7745be /main
parent0dd068331a2a8fd49a268e0b5c340d4f8e3df4f3 (diff)
downloadphp-git-73550dd6b5c008d09248d629bb27c50d44bf8520.tar.gz
Set proper RC version (Thanks Hannes)
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 d18b80b309..268fef7982 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 "RC1-dev"
-#define PHP_VERSION "5.2.6RC1-dev"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "5.2.6RC2-dev"
#define PHP_VERSION_ID 50206