summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-08-23 22:39:02 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-08-23 22:39:02 +0000
commit43a3524f49d1db125f9eb6d38fc6e7aa4314da43 (patch)
tree07db280b60beead828b24f1e59c53236b65c2822 /main/php_version.h
parentcc44f5a09cbc44587ec92c450204905f9ca49a21 (diff)
downloadphp-git-43a3524f49d1db125f9eb6d38fc6e7aa4314da43.tar.gz
5.2.4RC3
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 a36bdb0410..9a358c2876 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 "RC3-dev"
-#define PHP_VERSION "5.2.4RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.2.4RC3"
#define PHP_VERSION_ID 50204