1
0
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:
Derick Rethans
2007-02-28 18:26:31 +00:00
parent 6932c74dd6
commit 8bed0a1f8c
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -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
View File
@@ -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
View File
@@ -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"