summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2018-12-05 10:17:04 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2018-12-05 10:17:04 +0100
commit4653a1b260c9d640a292a9548e8def00edc5ca58 (patch)
tree5a6e4ed914cd3cbca03f75f0fbad4b7f0c69b3cf
parentc26cb383a5661255bf60fe54de6baf430537e380 (diff)
downloadphp-git-PHP-5.6.39.tar.gz
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h8
3 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index ab9ef16e88..6f433d1414 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 5.6.40
-
06 Dec 2018, PHP 5.6.39
- Core:
diff --git a/configure.in b/configure.in
index d6ed579363..d790acd6a9 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=40
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=39
+PHP_EXTRA_VERSION=""
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 b607f79515..094aab2e1d 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 40
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.40-dev"
-#define PHP_VERSION_ID 50640
+#define PHP_RELEASE_VERSION 39
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.39"
+#define PHP_VERSION_ID 50639