summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-17 13:44:36 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-17 13:44:36 +0000
commitc7d83d7ba3588255bac681773bd8314403cae28b (patch)
tree3e3914ac36ac6832bf5e1e41a473d75307122ff1 /main
parent3a211712eb59b2ad8b623dd6f32bb3a28f10fca7 (diff)
downloadphp-git-c7d83d7ba3588255bac681773bd8314403cae28b.tar.gz
5.2.0RC2
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 0529097dc3..7449237e41 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 0
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.0RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.0RC2"
#define PHP_VERSION_ID 50200