summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-04-25 00:13:15 +0200
committerJohannes Schlüter <johannes@php.net>2012-04-25 00:13:15 +0200
commit704bbb3263d0ec9a6b4a767bbc516e55388f4b0e (patch)
tree960498f6e6a9e16d89abe9c53667426a62896e80 /main/php_version.h
parentb9562b3085f4e856836779e07060ca8efddd21d0 (diff)
downloadphp-git-PHP-5.3.11.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 2a85944de2..d3037da187 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 11
-#define PHP_EXTRA_VERSION "RC2"
-#define PHP_VERSION "5.3.11RC2"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.11"
#define PHP_VERSION_ID 50311