derick          Sun Dec 21 13:58:00 2003 EDT

  Modified files:              
    /php-src/main       php_version.h 
    /php-src    configure.in 
  Log:
  - Fix version number so that people are not mistaking our development
    version for RC1.
  
  
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.77 php-src/main/php_version.h:1.78
--- php-src/main/php_version.h:1.77     Sun Dec 21 13:30:57 2003
+++ php-src/main/php_version.h  Sun Dec 21 13:57:58 2003
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 0
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.0.0RC1"
+#define PHP_EXTRA_VERSION "RC1-dev"
+#define PHP_VERSION "5.0.0RC1-dev"
Index: php-src/configure.in
diff -u php-src/configure.in:1.488 php-src/configure.in:1.489
--- php-src/configure.in:1.488  Sun Dec 21 13:30:57 2003
+++ php-src/configure.in        Sun Dec 21 13:57:59 2003
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.488 2003/12/21 18:30:57 zeev Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.489 2003/12/21 18:57:59 derick Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=0
 RELEASE_VERSION=0
-EXTRA_VERSION="RC1"
+EXTRA_VERSION="RC1-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context

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

Reply via email to