summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2012-05-14 12:43:36 -0700
committerChristopher Jones <sixd@php.net>2012-05-14 12:43:36 -0700
commitd9788dd73f93bc492d8fd6e93051e2a5bc8bec9f (patch)
tree51ddd1d56f6d902352d08a07655fe5c8a133817c
parenta72b21438d053a04c94c6da866692d8db6252616 (diff)
downloadphp-git-d9788dd73f93bc492d8fd6e93051e2a5bc8bec9f.tar.gz
Bump to 5.4.4-dev
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 3d529c6c3a..ba8b46518b 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=4
-PHP_RELEASE_VERSION=3
+PHP_RELEASE_VERSION=4
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`
diff --git a/main/php_version.h b/main/php_version.h
index 3e80008c14..fce469db7d 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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 3
+#define PHP_RELEASE_VERSION 4
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.4.3-dev"
-#define PHP_VERSION_ID 50403
+#define PHP_VERSION "5.4.4-dev"
+#define PHP_VERSION_ID 50404