Watch out.. The DOM extension build is broken..

Nuno

----- Original Message -----
iliaa Sun Nov 27 12:29:55 2005 EDT

 Modified files:              (Branch: PHP_5_1)
   /php-src configure.in
   /php-src/main php_version.h
 Log:
 Back to dev


http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.23&r2=1.579.2.24&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.23 php-src/configure.in:1.579.2.24
--- php-src/configure.in:1.579.2.23 Sun Nov 27 09:19:38 2005
+++ php-src/configure.in Sun Nov 27 12:29:52 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.23 2005/11/27 14:19:38 iliaa Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.579.2.24 2005/11/27 17:29:52 iliaa Exp $ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.

divert(1)
@@ -41,8 +41,8 @@

MAJOR_VERSION=5
MINOR_VERSION=1
-RELEASE_VERSION=1
-EXTRA_VERSION=""
+RELEASE_VERSION=2
+EXTRA_VERSION="-dev"
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"

dnl Define where extension directories are located in the configure context
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.112.2.18&r2=1.112.2.19&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.18 php-src/main/php_version.h:1.112.2.19
--- php-src/main/php_version.h:1.112.2.18 Sun Nov 27 09:19:40 2005
+++ php-src/main/php_version.h Sun Nov 27 12:29:54 2005
@@ -2,6 +2,6 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
-#define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "5.1.1"
+#define PHP_RELEASE_VERSION 2
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "5.1.2-dev"

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to