summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2012-07-13 00:17:37 +0200
committerJohannes Schlüter <johannes@php.net>2012-07-13 00:17:37 +0200
commitc180a72112d59ea4a9aa974dec210420862af465 (patch)
tree3e139232a829dad401dfe9d284278ef431839d5e /main/php_version.h
parent1f6c43f0555038056c123945e6600c3a18ac2407 (diff)
downloadphp-git-PHP-5.3.15.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 103caba3d3..b69df58211 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 15
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.15RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.15"
#define PHP_VERSION_ID 50315