mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
- Back to dev.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
PHP 4 NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
?? ??? 2007, Version 4.4.7
|
||||
|
||||
28 Feb 2007, Version 4.4.6
|
||||
|
||||
- Updated PCRE to version 7.0. (Nuno)
|
||||
|
||||
+2
-2
@@ -37,8 +37,8 @@ AC_CONFIG_HEADER(main/php_config.h)
|
||||
|
||||
MAJOR_VERSION=4
|
||||
MINOR_VERSION=4
|
||||
RELEASE_VERSION=6
|
||||
EXTRA_VERSION=""
|
||||
RELEASE_VERSION=7
|
||||
EXTRA_VERSION="-dev"
|
||||
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
|
||||
|
||||
dnl Define where extension directories are located in the configure context
|
||||
|
||||
+3
-3
@@ -2,6 +2,6 @@
|
||||
/* edit configure.in to change version number */
|
||||
#define PHP_MAJOR_VERSION 4
|
||||
#define PHP_MINOR_VERSION 4
|
||||
#define PHP_RELEASE_VERSION 6
|
||||
#define PHP_EXTRA_VERSION ""
|
||||
#define PHP_VERSION "4.4.6"
|
||||
#define PHP_RELEASE_VERSION 7
|
||||
#define PHP_EXTRA_VERSION "-dev"
|
||||
#define PHP_VERSION "4.4.7-dev"
|
||||
|
||||
Reference in New Issue
Block a user