Skip to content

Commit

Permalink
Update to v2.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Aug 8, 2021
1 parent 69b9bd4 commit 921bfae
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.7.0
2.9.8.0
Binary file modified mwp.exe
Binary file not shown.
Binary file modified mwp.pkg
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/kugou 2021.08.cer
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/sogou 2021.08.cer
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/Languages/MainLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 6;
internal const int UpdateMonth = 8;
internal static string UpdateTime
{
get
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.9.7.0")]
[assembly: AssemblyFileVersion("2.9.7.0")]
[assembly: AssemblyVersion("2.9.8.0")]
[assembly: AssemblyFileVersion("2.9.8.0")]

0 comments on commit 921bfae

Please sign in to comment.