Skip to content

Commit 893aee3

Browse files
author
Ilia Alshanetsky
committed
Prepare for 4.3.7RC1.
1 parent 30b2af9 commit 893aee3

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2004, Version 4.3.7
3+
?? Jun 2004, Version 4.3.7
4+
5+
25 May 2004, Version 4.3.7RC1
46
- Upgraded bundled GD library to 2.0.23. (Ilia)
57
- Fixed command line escaping routines for win32. (Ilia)
68
- Fixed problems with *printf() functions and '%f' formatting. (Marcus)

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
4141
MAJOR_VERSION=4
4242
MINOR_VERSION=3
4343
RELEASE_VERSION=7
44-
EXTRA_VERSION="-dev"
44+
EXTRA_VERSION="RC1"
4545
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
4646

4747
dnl Define where extension directories are located in the configure context

main/php_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#define PHP_MAJOR_VERSION 4
44
#define PHP_MINOR_VERSION 3
55
#define PHP_RELEASE_VERSION 7
6-
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "4.3.7-dev"
6+
#define PHP_EXTRA_VERSION "RC1"
7+
#define PHP_VERSION "4.3.7RC1"

0 commit comments

Comments
 (0)