summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2019-01-09 10:54:13 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2019-01-09 10:54:13 +0100
commit4b8f72da5dfb201af4e82dee960261d8657e414f (patch)
tree80fce48b202250d69f4a3230dc5ec3a479ccca80
parent05fb10165081cb4fb55a9943b44cab62c627db7a (diff)
downloadphp-git-PHP-5.6.40.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 b8d480cacc..6e40f32c2f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,5 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 5.6.41
-
10 Jan 2019, PHP 5.6.40
- GD:
diff --git a/configure.in b/configure.in
index 90e3b39aaa..cd12230333 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=41
-PHP_EXTRA_VERSION="-dev"
+PHP_RELEASE_VERSION=40
+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 3b55722517..cd2ae587df 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 41
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.41-dev"
-#define PHP_VERSION_ID 50641
+#define PHP_RELEASE_VERSION 40
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.6.40"
+#define PHP_VERSION_ID 50640