summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2017-01-06 01:56:05 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2017-01-06 01:56:05 +0100
commitd2eca4da421317be535abe3ec7d22c03997fbe34 (patch)
tree4e12068b0d34a829260561b0ab3cf1a678e4e531
parent3b14d7b84b10cef43034de0106bbfce34204100e (diff)
downloadphp-git-d2eca4da421317be535abe3ec7d22c03997fbe34.tar.gz
prepare 5.6.30RC1php-5.6.30RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 7 insertions, 9 deletions
diff --git a/NEWS b/NEWS
index 8e043ec553..8fff05850c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ?? 2017, PHP 5.6.31
-
-19 Jan 2017, PHP 5.6.30
+05 Jan 2017, PHP 5.6.30RC1
- EXIF:
. Fixed bug #73737 (FPE when parsing a tag format). (Stas)
diff --git a/configure.in b/configure.in
index 33c771428c..cefd8c4956 100644
--- a/configure.in
+++ b/configure.in
@@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=31
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=30
+PHP_EXTRA_VERSION="RC1"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
diff --git a/main/php_version.h b/main/php_version.h
index becb2f7730..1c180c3169 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 31
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.31-dev"
-#define PHP_VERSION_ID 50631
+#define PHP_RELEASE_VERSION 30
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.6.30RC1"
+#define PHP_VERSION_ID 50630