diff --git a/CommonLibrary/Common.cs b/CommonLibrary/Common.cs index 986aebb..e88f54b 100644 --- a/CommonLibrary/Common.cs +++ b/CommonLibrary/Common.cs @@ -31,7 +31,13 @@ static CommonLibrary() * **************************************************************************/ - SoftBasic.FrameworkVersion = new SystemVersion("1.2.0"); + /************************************************************************** + * + * 时间:2017年9月3日 13:27:52 版本号:1.3.0 + * + **************************************************************************/ + + SoftBasic.FrameworkVersion = new SystemVersion("1.3.0"); }