summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-08-24 00:53:54 +0000
committerZeev Suraski <zeev@php.net>2002-08-24 00:53:54 +0000
commit303da734d9412cb5ee68618090426afdf5c7bf4e (patch)
tree805fb8adb51b6ca2fcbe0c6879a9b70b807fde57
parent474dcb486e7349e49886c734c483838381246301 (diff)
downloadphp-git-303da734d9412cb5ee68618090426afdf5c7bf4e.tar.gz
Update version number, prepare for release
-rw-r--r--NEWS1
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b2b8590437..cde7ea5c17 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.2.3
+- Fixed a potential crash bug in import_request_variables() (Zeev)
- Fixed several problems with directory functions on Windows. (Steph)
- Fixed xbithack bug in Apache module. (Rasmus)
- Fixed a bug that prevented touch() from working on various platforms. (Steph)
diff --git a/configure.in b/configure.in
index c8476d8643..c2be93cc49 100644
--- a/configure.in
+++ b/configure.in
@@ -36,7 +36,7 @@ for arg in $0 "$@"; do
done
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE(php, 4.2.3-dev, nodefine)
+AM_INIT_AUTOMAKE(php, 4.2.3RC1, nodefine)
AM_CONFIG_HEADER(main/php_config.h)
AM_MAINTAINER_MODE
diff --git a/main/php_version.h b/main/php_version.h
index b9986b0b7b..4e49faef7c 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,3 +1,3 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
-#define PHP_VERSION "4.2.3-dev"
+#define PHP_VERSION "4.2.3RC1"