summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2004-05-25 13:02:53 +0000
committerIlia Alshanetsky <iliaa@php.net>2004-05-25 13:02:53 +0000
commit893aee30e8affae9d77e907a09f13a7c7264fbec (patch)
tree81b745e599cb91d449fc1f40eac61bb599cee935
parent30b2af951128cb522dabeed775c8baf7091efebb (diff)
downloadphp-git-893aee30e8affae9d77e907a09f13a7c7264fbec.tar.gz
Prepare for 4.3.7RC1.
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 55aee1e592..9ad68f7546 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2004, Version 4.3.7
+?? Jun 2004, Version 4.3.7
+
+25 May 2004, Version 4.3.7RC1
- Upgraded bundled GD library to 2.0.23. (Ilia)
- Fixed command line escaping routines for win32. (Ilia)
- Fixed problems with *printf() functions and '%f' formatting. (Marcus)
diff --git a/configure.in b/configure.in
index d619072c9f..927851713b 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=7
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
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 88b0848f5a..3d1ceb0021 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 7
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.7-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.3.7RC1"