From 5e24aedf46a50f5bba91383e8edd982d6c57b36f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Mon, 24 Jul 2006 18:51:31 +0000 Subject: [PATCH] 5.2.0RC1 --- NEWS | 2 +- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 2507e72623..c6613be874 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2006, PHP 5.2.0 +24 Jul 2006, PHP 5.2.0RC1 - Updated bundled MySQL client library to version 5.0.22 in the Windows distribution. (Edin) - Updated timezonedb to version 2006.7. (Derick) diff --git a/configure.in b/configure.in index 0dcaee6dc8..207b724f1a 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=2 RELEASE_VERSION=0 -EXTRA_VERSION="-dev" +EXTRA_VERSION="RC1" 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 40c21ea777..63400b649b 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.2.0-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.2.0RC1" -- 2.40.0