summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-01-04 23:52:29 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-01-04 23:52:29 +0000
commite6c845cb2c9fadc1168e7d5b08415aed2df7982e (patch)
tree82b1bf4a8a1fb7ee17127586cbba63be4a41337f /main
parent7ba84b8807eddac346df75fcaea0f6ad3295712c (diff)
downloadphp-git-e6c845cb2c9fadc1168e7d5b08415aed2df7982e.tar.gz
5.2.1RC2
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 d02a1391c5..3ede56ec2a 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 1
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.1RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.1RC2"
#define PHP_VERSION_ID 50201