Skip to content

Commit eee7bc5

Browse files
committed
正式发布1.1.0版本,下个版本1.2将主要围绕界面美化展开
1 parent 826659d commit eee7bc5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CommonLibrary/Common.cs

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ static CommonLibrary()
1919
**************************************************************************/
2020

2121

22+
/**************************************************************************
23+
*
24+
* 时间:2017年7月7日 14:11:35 版本号:1.1.0
25+
*
26+
**************************************************************************/
2227

23-
//初始化模版的版本号
24-
//预计第一个正式发行的版本为1.1.0 日期为2017-08-10
25-
SoftBasic.FrameworkVersion = new SystemVersion("1.0.7");
28+
SoftBasic.FrameworkVersion = new SystemVersion("1.1.0");
2629

2730
}
2831

0 commit comments

Comments
 (0)