svnno****@sourc*****
svnno****@sourc*****
2009年 4月 15日 (水) 16:40:54 JST
Revision: 46 http://svn.sourceforge.jp/view?root=frameworkspider&view=rev&rev=46 Author: m_nakashima Date: 2009-04-15 16:40:54 +0900 (Wed, 15 Apr 2009) Log Message: ----------- Modified Paths: -------------- 1.0.0b2/.project 1.0.0b2/DATA/spider_command.inc.php 1.0.0b2/DATA/spider_main.inc.php -------------- next part -------------- Modified: 1.0.0b2/.project =================================================================== --- 1.0.0b2/.project 2009-04-15 07:40:22 UTC (rev 45) +++ 1.0.0b2/.project 2009-04-15 07:40:54 UTC (rev 46) @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>framework_spider_current</name> + <name>framework_spider_1.0.0b2</name> <comment></comment> <projects> </projects> Modified: 1.0.0b2/DATA/spider_command.inc.php =================================================================== --- 1.0.0b2/DATA/spider_command.inc.php 2009-04-15 07:40:22 UTC (rev 45) +++ 1.0.0b2/DATA/spider_command.inc.php 2009-04-15 07:40:54 UTC (rev 46) @@ -3,7 +3,7 @@ * framework-spider: コマンドプログラム用共通読み込みファイル */ // Framework Version -define( 'SPIDER_VERSION', '1.0.01' ); +define( 'SPIDER_VERSION', '1.0.0b2' ); define ( 'DIR_PATH_SPIDER_DATA', dirname(__FILE__) ); /* 設定ファイルの読み込み */ Modified: 1.0.0b2/DATA/spider_main.inc.php =================================================================== --- 1.0.0b2/DATA/spider_main.inc.php 2009-04-15 07:40:22 UTC (rev 45) +++ 1.0.0b2/DATA/spider_main.inc.php 2009-04-15 07:40:54 UTC (rev 46) @@ -3,7 +3,7 @@ * framework-spider: Webページ利用用共通メイン実行ファイル */ // Framework Version -define( 'SPIDER_VERSION', '1.0.01' ); +define( 'SPIDER_VERSION', '1.0.0b2' ); /* 設定ファイルの読み込み */ require_once( dirname(__FILE__).DIRECTORY_SEPARATOR.'define.inc.php' );