diff --git a/README.md b/README.md index bfda6b1..7114578 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ $ php .px_execute.php /?PX=px2dthelper.check_status ## 更新履歴 - Change log -### pickles2/px2-px2dthelper 2.0.1 (2016年??月??日) +### pickles2/px2-px2dthelper 2.0.1 (2016年10月17日) - PXコマンド `PX=px2dthelper.find_page_content` を追加。 - PXコマンド `PX=px2dthelper.get.realpath_data_dir` を追加。 diff --git a/php/main.php b/php/main.php index 405d611..0ac105c 100644 --- a/php/main.php +++ b/php/main.php @@ -50,7 +50,7 @@ static public function register($px){ * @return string バージョン番号を示す文字列 */ public function get_version(){ - return '2.0.1-alpha.1+nb'; + return '2.0.1'; }