summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-03-27 22:44:02 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-03-27 22:44:02 +0000
commit1de0c2f27c6cc79f00e74bd6132086e0fbdcc5f6 (patch)
tree3251ee8cd4a5f7311c13cb01dea5485cc07ecf7f /main
parent64af7df7d049ac659cf76775565daf994146c4c2 (diff)
downloadphp-git-1de0c2f27c6cc79f00e74bd6132086e0fbdcc5f6.tar.gz
5.2.6RC3
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 13ee055875..18f972f1d6 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 "RC3-dev"
-#define PHP_VERSION "5.2.6RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.6RC3"
#define PHP_VERSION_ID 50206