iliaa           Wed May  3 23:30:02 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    configure.in 
    /php-src/main       php_version.h 
  Log:
  go with 5.1.4
  
  
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.50&r2=1.579.2.51&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.50 php-src/configure.in:1.579.2.51
--- php-src/configure.in:1.579.2.50     Wed Apr 26 16:07:11 2006
+++ php-src/configure.in        Wed May  3 23:30:02 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.50 2006/04/26 16:07:11 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.51 2006/05/03 23:30:02 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,9 +40,9 @@
 AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=5
-MINOR_VERSION=2
-RELEASE_VERSION=0
-EXTRA_VERSION="-dev"
+MINOR_VERSION=1
+RELEASE_VERSION=4
+EXTRA_VERSION=""
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.35&r2=1.112.2.36&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.35 
php-src/main/php_version.h:1.112.2.36
--- php-src/main/php_version.h:1.112.2.35       Wed Apr 26 16:07:11 2006
+++ php-src/main/php_version.h  Wed May  3 23:30:02 2006
@@ -1,7 +1,7 @@
 /* automatically generated by configure */
 /* edit configure.in to change version number */
 #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_MINOR_VERSION 1
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.1.4"

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

Reply via email to