iliaa           Mon Sep 29 20:35:52 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  Back to dev.
  
  
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.411 php-src/NEWS:1.1247.2.412
--- php-src/NEWS:1.1247.2.411   Sun Sep 28 21:09:16 2003
+++ php-src/NEWS        Mon Sep 29 20:35:51 2003
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2003, Version 4.3.4
+?? Oct 2003, Version 4.3.4RC2
+
+29 Sep 2003, Version 4.3.4RC1
 - Made MCVE extension available on win32. (Jani)
 - Added apache_get_version() function. (Ilia)
 - Fixed disk_total_space() and disk_free_space() under FreeBSD. (Jon Parise)
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.77 php-src/configure.in:1.396.2.78
--- php-src/configure.in:1.396.2.77     Mon Sep 29 19:48:15 2003
+++ php-src/configure.in        Mon Sep 29 20:35:51 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.77 2003/09/29 23:48:15 iliaa Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.78 2003/09/30 00:35:51 iliaa Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=4
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC2-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.31 php-src/main/php_version.h:1.66.2.32
--- php-src/main/php_version.h:1.66.2.31        Mon Sep 29 19:48:16 2003
+++ php-src/main/php_version.h  Mon Sep 29 20:35:52 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "4.3.4RC1"
+#define PHP_EXTRA_VERSION "RC2-dev"
+#define PHP_VERSION "4.3.4RC2-dev"

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

Reply via email to