summaryrefslogtreecommitdiff
path: root/main/php_version.h
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2015-10-15 03:05:19 +0200
committerFerenc Kovacs <tyrael@php.net>2015-10-15 03:05:19 +0200
commit73864abab1f4272506c3cae3c2008319467798e3 (patch)
treebe1680d7bed2b97ecc5791462469d4a194e3f9a1 /main/php_version.h
parentd160e98feb8b6c4c685be232cddcd0462d837ab6 (diff)
downloadphp-git-php-5.6.15RC1.tar.gz
PHP 5.6.15RC1php-5.6.15RC1
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 92c8af871e..9887ccd1f3 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
#define PHP_RELEASE_VERSION 15
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.15-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.15RC1"
#define PHP_VERSION_ID 50615