summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-04-10 22:24:05 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-04-10 22:24:05 +0000
commit1e29c1716d0af180c377d602b98fbdea72f4a5ca (patch)
treeee3c2e21a7f767d656cdc5d72ec49ce42418496f /main
parent7788b67557a6f4195de8eb594a1ef3c108cbf317 (diff)
downloadphp-git-1e29c1716d0af180c377d602b98fbdea72f4a5ca.tar.gz
5.2.6RC5
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 ddd0742ade..d813427004 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 "RC5-dev"
-#define PHP_VERSION "5.2.6RC5-dev"
+#define PHP_EXTRA_VERSION "RC5"
+#define PHP_VERSION "5.2.6RC5"
#define PHP_VERSION_ID 50206