summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-02-11 11:53:45 +0000
committerAndi Gutmans <andi@php.net>2004-02-11 11:53:45 +0000
commitd93f899271b3709ece078b2d90477f625ef638db (patch)
treedd8dce84014bc0cfecb92576f9feaa05450e75e7
parent3d622f99c1dff70a33905f15eef8d60fb968cb58 (diff)
downloadphp-git-d93f899271b3709ece078b2d90477f625ef638db.tar.gz
- Change to b4
-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 a1550ed17f..1ec03beb4c 100644
--- a/configure.in
+++ b/configure.in
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=0
RELEASE_VERSION=0
-EXTRA_VERSION="RC1-dev"
+EXTRA_VERSION="b4-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 2b07113854..7087f7f395 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1-dev"
-#define PHP_VERSION "5.0.0RC1-dev"
+#define PHP_EXTRA_VERSION "b4-dev"
+#define PHP_VERSION "5.0.0b4-dev"