summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-07-13 12:58:34 +0000
committerDerick Rethans <derick@php.net>2004-07-13 12:58:34 +0000
commita64b0ae39d9adbd20611c64aa28021d2e71f7550 (patch)
tree39211d2a1d3e2c58195c478df09c3792ae9820fc
parent1bd95d5fd3ec172c47e58fcae3ff103e19fe356d (diff)
downloadphp-git-a64b0ae39d9adbd20611c64aa28021d2e71f7550.tar.gz
- Create a branch PHP_4_3_7 based on php 4.3.7 to form 4.3.8
- Updated version numbers in branch
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h6
2 files changed, 5 insertions, 5 deletions
diff --git a/configure.in b/configure.in
index 3ffe4b4d87..960a548378 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=4
MINOR_VERSION=3
-RELEASE_VERSION=7
-EXTRA_VERSION=""
+RELEASE_VERSION=8
+EXTRA_VERSION="-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 28896b5568..a04f17ea98 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 7
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.3.7"
+#define PHP_RELEASE_VERSION 8
+#define PHP_EXTRA_VERSION "-dev
+#define PHP_VERSION "4.3.8-dev