From: Ilia Alshanetsky Date: Thu, 22 Dec 2005 14:17:56 +0000 (+0000) Subject: 5.1.2RC1 X-Git-Tag: php-5.1.2RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c174990791a2720f8ceb820ee629665e6610403;p=php 5.1.2RC1 --- diff --git a/NEWS b/NEWS index d01fac2893..368541a1ca 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Jan 2006, PHP 5.1.2 +22 Dec 2006, PHP 5.1.2RC1 - Updated libsqlite in ext/sqlite to 2.8.17. (Ilia) - Updated libsqlite in ext/pdo_sqlite to 3.2.8. (Ilia) - Updated to libxml2-2.6.22 and libxslt-1.1.15 in the win32 bundle. (Rob) diff --git a/configure.in b/configure.in index 9dc0486186..cadf96dd50 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=1 RELEASE_VERSION=2 -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 b236431cad..608b347b23 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 2 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.1.2-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "5.1.2RC1"