summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-08-29 23:36:11 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-08-29 23:36:11 +0000
commit493b67b51898fd9b8d7aefd15200ac1e44bded70 (patch)
tree1d4b47d414e398c3bfbf8b83bf2404826d74eaf6 /main/php_version.h
parent16980248cc8c55a5f523f7aaac8fcb45355a3582 (diff)
downloadphp-git-493b67b51898fd9b8d7aefd15200ac1e44bded70.tar.gz
5.2.4
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 a53751cb55..595adec509 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 4
-#define PHP_EXTRA_VERSION "RC4-dev"
-#define PHP_VERSION "5.2.4RC4-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.4"
#define PHP_VERSION_ID 50204