summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2013-01-16 17:34:41 +0100
committerJohannes Schlüter <johannes@php.net>2013-01-16 17:34:41 +0100
commit854ababcc906677d4379fccab79adc783cd1f3a1 (patch)
tree74375139e4c6c5d87412f783a1d9ee14c7212320 /main/php_version.h
parentec04de6368427909491866cf658e6060f79429ea (diff)
downloadphp-git-PHP-5.3.21.tar.gz
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 5f1d5861b8..e9d79f8b7a 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 21
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.21RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.21"
#define PHP_VERSION_ID 50321