Skip to content

Commit 3c13a96

Browse files
committed
正式发布1.2.0版本
1 parent d3113bc commit 3c13a96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CommonLibrary/Common.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ static CommonLibrary()
2525
*
2626
**************************************************************************/
2727

28-
SoftBasic.FrameworkVersion = new SystemVersion("1.1.0");
28+
/**************************************************************************
29+
*
30+
* 时间:2017年7月18日 15:10:18 版本号:1.2.0
31+
*
32+
**************************************************************************/
33+
34+
SoftBasic.FrameworkVersion = new SystemVersion("1.2.0");
2935

3036
}
3137

0 commit comments

Comments
 (0)