summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2003-06-27 22:18:06 +0000
committerEdin Kadribasic <edink@php.net>2003-06-27 22:18:06 +0000
commit2e9c9427ecce389413d8e8459aef09090060c6c2 (patch)
tree0d9bcb6f824e4de176089bdc5a6406dd0f749253
parent1135af73403cd2cdfde9d093c64808f47f06bf3e (diff)
downloadphp-git-2e9c9427ecce389413d8e8459aef09090060c6c2.tar.gz
Move along, nothing to see.
-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 b5a7d17c97..7bda74b15a 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="b1"
+EXTRA_VERSION="b2-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 10d01e5d4f..d575b0ac9b 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 "b1"
-#define PHP_VERSION "5.0.0b1"
+#define PHP_EXTRA_VERSION "b2-dev"
+#define PHP_VERSION "5.0.0b2-dev"