Skip to content

Commit

Permalink
5.2.3RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Alshanetsky committed May 25, 2007
1 parent a894611 commit f0b7941
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2007, PHP 5.2.3
24 May 2007, PHP 5.2.3RC1
- Changed CGI install target to php-cgi and 'make install' to install CLI
when CGI is selected. (Jani)
- Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=2
RELEASE_VERSION=3
EXTRA_VERSION="-dev"
EXTRA_VERSION="RC1"
PHP_VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]MAJOR_VERSION \* 10000 + [$]MINOR_VERSION \* 100 + [$]RELEASE_VERSION`

Expand Down
4 changes: 2 additions & 2 deletions main/php_version.h
Expand Up @@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 2
#define PHP_RELEASE_VERSION 3
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.2.3-dev"
#define PHP_EXTRA_VERSION "RC1"
#define PHP_VERSION "5.2.3RC1"
#define PHP_VERSION_ID 50203

0 comments on commit f0b7941

Please sign in to comment.