summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2007-05-30 18:45:59 +0000
committerIlia Alshanetsky <iliaa@php.net>2007-05-30 18:45:59 +0000
commitb604bc72007c01b0b6c36d81fcaa1c7d44f332ff (patch)
tree1397a8eedc04d3099f27d2b0dfd90559b03af847 /main/php_version.h
parent23eaae22117afa2f905763fd1a7b4411cfed8c09 (diff)
downloadphp-git-b604bc72007c01b0b6c36d81fcaa1c7d44f332ff.tar.gz
5.2.3
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 4300bae3a9..1a3ca71cda 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 3
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "5.2.3RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.2.3"
#define PHP_VERSION_ID 50203