summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-08-17 00:35:39 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-08-17 00:35:39 +0000
commit7f91d94c1da15fc60a7c4aa2cb15d40c4b8f864e (patch)
tree5d4738dc386e2931237a8b8e8bd1a38c5c52e3ef /main/php_version.h
parent5b021ac2fa9ad8945eac9ceaa9274d8c77597a12 (diff)
downloadphp-git-7f91d94c1da15fc60a7c4aa2cb15d40c4b8f864e.tar.gz
5.2.4RC2
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 c330035630..05da8a20c4 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 "RC2-dev"
-#define PHP_VERSION "5.2.4RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "5.2.4RC2"
#define PHP_VERSION_ID 50204