summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2015-09-30 13:02:12 +0200
committerJulien Pauli <jpauli@php.net>2015-09-30 13:02:12 +0200
commit7eedb5bf11d34adc694ccbfd96b636629223ff03 (patch)
tree12015c63a276539fcf0b6869dcea8534e6203b0d
parent932f70717717ed7b338e0f5e7b5cd99c7afab1e1 (diff)
downloadphp-git-7eedb5bf11d34adc694ccbfd96b636629223ff03.tar.gz
5.5.30 release
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index fbe94ee7ee..0cf0304410 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
** PHP 5.5 is in security-only mode , please do not commit to this branch **
-?? ??? 2015, PHP 5.5.30
+01 Oct 2015, PHP 5.5.30
- Phar:
. Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas)
diff --git a/configure.in b/configure.in
index b8675ad5af..d81c6354c9 100644
--- a/configure.in
+++ b/configure.in
@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=5
PHP_RELEASE_VERSION=30
-PHP_EXTRA_VERSION="-dev"
+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 2128d749cc..ca6ea72e2c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 5
#define PHP_RELEASE_VERSION 30
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.5.30-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.5.30"
#define PHP_VERSION_ID 50530