summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-10-29 13:18:12 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-10-29 13:18:12 +0000
commitf03caa7b3589b71ffeb2dc0f96bf04e56b96a988 (patch)
tree4e7092141bf4c183dc42c7915c671122c3c693a9
parent84eb811be9e7b0f65ca0881015950251757e8fc5 (diff)
downloadphp-git-f03caa7b3589b71ffeb2dc0f96bf04e56b96a988.tar.gz
Go with RC3 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 be5e7d63e1..b38aab3eec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Oct 2003, Version 4.3.4RC3
+29 Oct 2003, Version 4.3.4RC3
- Fixed bug #25955 (Compile failure on MacOSX 10.3 Panther). (Marko, Dan)
- Fixed bug #25922 (Crash in error handler when 5th argument is modified).
(Ilia)
diff --git a/configure.in b/configure.in
index de92c4483b..f316ba8411 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
RELEASE_VERSION=4
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
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 cf9d5e4449..f79f160d13 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "4.3.4RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "4.3.4RC3"