Skip to content

Commit

Permalink
5.4.6rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
smalyshev committed Aug 1, 2012
1 parent ff729aa commit 1fc3514
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2012, PHP 5.4.6
02 Aug 2012, PHP 5.4.6 RC1

- CLI Server:
. Implemented FR #62700 (have the console output 'Listening on
Expand Down
4 changes: 2 additions & 2 deletions configure.in
Expand Up @@ -119,8 +119,8 @@ int zend_sprintf(char *buffer, const char *format, ...);

PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
PHP_RELEASE_VERSION=5
PHP_EXTRA_VERSION="-dev"
PHP_RELEASE_VERSION=6
PHP_EXTRA_VERSION="RC1"
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

Expand Down
6 changes: 3 additions & 3 deletions main/php_version.h
Expand Up @@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 5
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.4.5-dev"
#define PHP_RELEASE_VERSION 6
#define PHP_EXTRA_VERSION "RC1"
#define PHP_VERSION "5.4.6RC1"
#define PHP_VERSION_ID 50405

0 comments on commit 1fc3514

Please sign in to comment.