summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-05-07 22:41:20 -0700
committerStanislav Malyshev <stas@php.net>2013-05-07 22:41:20 -0700
commit0d53ab04b4d477f98fbaf738ef41c67b5fe7ec1f (patch)
treec069a0f9fee16eb5511731be58ba5c864bcaf8d2 /main/php_version.h
parent1d6a1fb5c87bc60fd0def2e2d32a2c4f4ad15fc0 (diff)
downloadphp-git-PHP-5.4.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 89e26a0e90..750130426c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 15
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.4.15RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.4.15"
#define PHP_VERSION_ID 50415