summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-07-13 12:58:49 +0000
committerDerick Rethans <derick@php.net>2004-07-13 12:58:49 +0000
commit2419d2e170af64427d752720d96de95dcf9a0a31 (patch)
treedefb31f06523f16e862134f7527491b5afd773b2
parentc94734d283b10f93692ebad791240403af0065c6 (diff)
downloadphp-git-2419d2e170af64427d752720d96de95dcf9a0a31.tar.gz
- Bump version numbers in the PHP_4_3 branch.
-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 08fa0728b5..7f4d918212 100644
--- a/configure.in
+++ b/configure.in
@@ -40,7 +40,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
-RELEASE_VERSION=8
+RELEASE_VERSION=9
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 a62ef6d178..037724a289 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 3
-#define PHP_RELEASE_VERSION 8
+#define PHP_RELEASE_VERSION 9
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.3.8-dev"
+#define PHP_VERSION "4.3.9-dev"