summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2014-08-13 18:36:10 +0200
committerJohannes Schlüter <johannes@php.net>2014-08-13 18:36:10 +0200
commit1847cf10c11886850ad9ab5654c4b969810da49a (patch)
treeba4a446c1e15294f10d331598616d863b162f8b2
parent990ecc12fcd61f16609d708edd2daf42aaf2a6ee (diff)
downloadphp-git-1847cf10c11886850ad9ab5654c4b969810da49a.tar.gz
PHP 5.3.29
-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 1b679f39e7..4b1b7c235e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-31 Jul 2014, PHP 5.3.29RC1
+14 Aug 2014, PHP 5.3.29
- Core:
. Fixed bug #66127 (Segmentation fault with ArrayObject unset). (Stas)
diff --git a/configure.in b/configure.in
index 77e81d6fd5..183c3e3612 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=29
-PHP_EXTRA_VERSION="RC1"
+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 63ddb95eab..e62f026772 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 29
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.3.29RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.3.29"
#define PHP_VERSION_ID 50329