From c18badbfbf520c8663397e1ef68d6904eab8495a Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Tue, 13 Jul 2004 19:56:49 +0000 Subject: [PATCH] - 5.0.1-dev --- NEWS | 2 ++ Zend/zend.h | 2 +- configure.in | 4 ++-- main/php_version.h | 6 +++--- 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" -- 2.40.0