summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2008-02-28 00:30:35 +0000
committerIlia Alshanetsky <iliaa@php.net>2008-02-28 00:30:35 +0000
commit743bb87a57e753c9cc08375cbd68e95dd5620b85 (patch)
treed6f0c8d513f55de8f24fac41621226a6f4ae0825 /main/php_version.h
parent9c3f699ed8dbe9f317255855a4201f50df335858 (diff)
downloadphp-git-743bb87a57e753c9cc08375cbd68e95dd5620b85.tar.gz
5.2.6RC1
Diffstat (limited to 'main/php_version.h')
-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 4edfe87cb8..084434788c 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 "-dev"
-#define PHP_VERSION "5.2.6-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.2.6RC1"
#define PHP_VERSION_ID 50206