1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 04:02:19 +02:00

5.4.42 next

This commit is contained in:
Stanislav Malyshev
2015-05-12 22:30:43 -07:00
parent f473ea5464
commit 4ceb7b46ad
2 changed files with 4 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
PHP_RELEASE_VERSION=41
PHP_RELEASE_VERSION=42
PHP_EXTRA_VERSION="-dev"
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`

View File

@@ -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 41
#define PHP_RELEASE_VERSION 42
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "5.4.41-dev"
#define PHP_VERSION_ID 50441
#define PHP_VERSION "5.4.42-dev"
#define PHP_VERSION_ID 50442