diff --git a/sakura_core/my_config.h b/sakura_core/my_config.h index 456d11f8..42599ede 100644 --- a/sakura_core/my_config.h +++ b/sakura_core/my_config.h @@ -57,9 +57,9 @@ // バージョン情報ダイアログの変更 20170315 //------------------------------------------------------------------ #define NKMM_FIX_VERDLG - #define PR_VER 2,3,2,0 - #define PR_VER_STR "2.3.2.0" - #define PR_LV 14 + #define PR_VER 2,3,2,99 + #define PR_VER_STR "2.3.2.99" + #define PR_LV 15 // #define BASE_REV 4205 // このSVNのリビジョンを最後に修正を加えています //-------------------------------------------------------------------------