summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2002-10-05 20:37:12 +0000
committerAndrei Zmievski <andrei@php.net>2002-10-05 20:37:12 +0000
commitf7ef0ccd17d658a0dd5bd6f77f3c196880ff858b (patch)
tree30b8a142a8b757d710074427b768a35747f95cc6
parentb007bd069682fdb1cc6e67b1336cb43bf8f095ba (diff)
downloadphp-git-f7ef0ccd17d658a0dd5bd6f77f3c196880ff858b.tar.gz
Change HEAD version to 4.4.0-dev.
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index e5f0830d9b..4aeff1ae79 100644
--- a/configure.in
+++ b/configure.in
@@ -38,7 +38,7 @@ AC_CANONICAL_HOST
AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
-MINOR_VERSION=3
+MINOR_VERSION=4
RELEASE_VERSION=0
EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
diff --git a/main/php_version.h b/main/php_version.h
index 70294a012d..f89d7dc9e7 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -1,7 +1,7 @@
/* automatically generated by configure */
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 4
-#define PHP_MINOR_VERSION 3
+#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 0
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.0-dev"
+#define PHP_VERSION "4.4.0-dev"