mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マスタエディタ:バージョンを2桁に変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2628 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
330df8848c
commit
a1b0181f28
Binary file not shown.
Binary file not shown.
@ -31,7 +31,7 @@ using namespace System::Security::Permissions;
|
||||
// すべての値を指定するか、下のように '*' を使ってリビジョンおよびビルド番号を
|
||||
// 既定値にすることができます:
|
||||
|
||||
[assembly:AssemblyVersionAttribute("1.0.1.*")];
|
||||
[assembly:AssemblyVersionAttribute("1.1.*")];
|
||||
|
||||
[assembly:ComVisible(false)];
|
||||
|
||||
|
||||
Binary file not shown.
@ -3623,7 +3623,7 @@ private: System::Windows::Forms::CheckBox^ cboxIsPhotoEx;
|
||||
{
|
||||
System::Reflection::Assembly ^ass = System::Reflection::Assembly::GetEntryAssembly();
|
||||
System::Version ^ver = ass->GetName()->Version;
|
||||
return ( ver->Major.ToString() + "." + ver->Minor.ToString() + "." + ver->Build.ToString() );
|
||||
return ( ver->Major.ToString() + "." + ver->Minor.ToString() );
|
||||
}
|
||||
|
||||
// SRLに登録されないROM仕様のフォーム入力を
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user