summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2006-05-21 17:26:13 +0000
committerDerick Rethans <derick@php.net>2006-05-21 17:26:13 +0000
commit88e06a97be8bec2e22bc32659087143d01e2d99d (patch)
tree9f52268c00e5134540e2527d32073eb3e944ec49
parent7f5d77afb595a006fda1cb22dffd7535615f0910 (diff)
downloadphp-git-88e06a97be8bec2e22bc32659087143d01e2d99d.tar.gz
- Back to dev
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b58f5fb3a0..0b92cc2485 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, Version 4.4.3
+
21 May 2006, Version 4.4.3RC1
- Added control character checks for cURL extension's open_basedir/safe_mode
checks. (Ilia)
diff --git a/configure.in b/configure.in
index a7303792ce..7d9772a1a0 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=3
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
diff --git a/main/php_version.h b/main/php_version.h
index d4bdf3a7fe..8c5b61c13d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.4.3RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.4.3RC2-dev"