summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2004-07-13 19:56:49 +0000
committerAndi Gutmans <andi@php.net>2004-07-13 19:56:49 +0000
commitc18badbfbf520c8663397e1ef68d6904eab8495a (patch)
tree61253162c86d86c6a67fccde1b7e0f55723effe6
parent1ea22c90046bc51543dd5a606ff83823056654a1 (diff)
downloadphp-git-c18badbfbf520c8663397e1ef68d6904eab8495a.tar.gz
- 5.0.1-dev
-rw-r--r--NEWS2
-rw-r--r--Zend/zend.h2
-rw-r--r--configure.in4
-rw-r--r--main/php_version.h6
4 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index cf43e28462..97c484c342 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2004, PHP 5.0.1
+
13 Jul 2004, PHP 5.0.0
- Updated PCRE to provide better error handling in certain cases. (Andrei)
- Changed doc comments to require a single white space after '/**'. (Marcus)
diff --git a/Zend/zend.h b/Zend/zend.h
index 3bee7b576b..c9b58779b5 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -22,7 +22,7 @@
#ifndef ZEND_H
#define ZEND_H
-#define ZEND_VERSION "2.0.0"
+#define ZEND_VERSION "2.0.1-dev"
#define ZEND_ENGINE_2
diff --git a/configure.in b/configure.in
index d38988da53..3a41752663 100644
--- a/configure.in
+++ b/configure.in
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=0
-RELEASE_VERSION=0
-EXTRA_VERSION=""
+RELEASE_VERSION=1
+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 7081beca69..651a744262 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 5
#define PHP_MINOR_VERSION 0
-#define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.0.0"
+#define PHP_RELEASE_VERSION 1
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.0.1-dev"