sniper          Thu Jul 27 08:52:10 2006 UTC

  Modified files:              
    /php-src/main       php_version.h 
  Log:
  - Removed unnecessary quotes
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.114&r2=1.115&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.114 php-src/main/php_version.h:1.115
--- php-src/main/php_version.h:1.114    Thu Jul 27 08:50:41 2006
+++ php-src/main/php_version.h  Thu Jul 27 08:52:10 2006
@@ -5,4 +5,4 @@
 #define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
 #define PHP_VERSION "6.0.0-dev"
-#define PHP_VERSION_ID "60000"
+#define PHP_VERSION_ID 60000

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

Reply via email to