summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-24 15:07:57 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-24 15:07:57 +0000
commit6b397e5fc5cdedcfcb05ec94efd900a0e8d991b6 (patch)
tree830c2f42767badb2d03391fb474d64437d09e950
parent74eb820c348f2a3d4e2f127d637af2f629ce9366 (diff)
downloadphp-git-6b397e5fc5cdedcfcb05ec94efd900a0e8d991b6.tar.gz
Back to dev
-rw-r--r--NEWS2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h6
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 44f080a8ee..1d00ae3be3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, PHP 5.1.7
+
24 Aug 2006, PHP 5.1.6
- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32).
diff --git a/configure.in b/configure.in
index d716ada418..ae2b0abe24 100644
--- a/configure.in
+++ b/configure.in
@@ -41,8 +41,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=1
-RELEASE_VERSION=6
-EXTRA_VERSION=""
+RELEASE_VERSION=7
+EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
diff --git a/main/php_version.h b/main/php_version.h
index 30d7156589..e5a3f2dffc 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.6"
+#define PHP_RELEASE_VERSION 7
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.7-dev"