summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-02-17 21:19:25 -0800
committerStanislav Malyshev <stas@php.net>2014-02-17 21:19:25 -0800
commitc612440e0f50eea166bb8dfd375d5f848f8711f7 (patch)
treebd727792fb955fd4edcf4e657937261ece8cc995
parentb79d2285dfe92a726f5331cc84882ff35e94395f (diff)
downloadphp-git-c612440e0f50eea166bb8dfd375d5f848f8711f7.tar.gz
5.4.27 now
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4ac8ef3dcf..77ee980bd6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2014, PHP 5.4.26
+?? ??? 2014, PHP 5.4.27
?? ??? 2014, PHP 5.4.26
diff --git a/configure.in b/configure.in
index 4764390acc..dcd3e05fdb 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=26
+PHP_RELEASE_VERSION=27
PHP_EXTRA_VERSION="-dev"
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 11791b14bd..f887b489ac 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 4
-#define PHP_RELEASE_VERSION 26
+#define PHP_RELEASE_VERSION 27
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.26-dev"
-#define PHP_VERSION_ID 50426
+#define PHP_VERSION "5.4.27-dev"
+#define PHP_VERSION_ID 50427