summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-02-07 00:45:04 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-02-07 00:45:04 +0000
commitee626ccb51d2a9b0646d464a386dc5c101eab654 (patch)
tree95942d5c1f8d9652827f554b2029158f20e58704 /main/php_version.h
parent629d7cf43f5ac1be56e5205cc6f6be2f43d1d963 (diff)
downloadphp-git-ee626ccb51d2a9b0646d464a386dc5c101eab654.tar.gz
5.2.1
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 d9097120bf..d2e8383a1d 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 "RC5-dev"
-#define PHP_VERSION "5.2.1RC5-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.1"
#define PHP_VERSION_ID 50201