Skip to content

Commit

Permalink
Build 21.11.07.105
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Nov 7, 2021
1 parent a31bea4 commit 06944bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KMZRebuilederForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3407,7 +3407,7 @@ protected override void OnHandleCreated(EventArgs e)

protected override void WndProc(ref Message m)
{
base.WndProc(ref m);
base.WndProc(ref m);

if ((m.Msg == WM_SYSCOMMAND) && ((int)m.WParam == SYSMENU_MinSize))
{
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("21.10.19.103")]
[assembly: AssemblyFileVersion("21.10.19.103")]
[assembly: AssemblyVersion("21.11.07.105")]
[assembly: AssemblyFileVersion("21.11.07.105")]
Binary file modified bin/Debug/KMZRebuilder.exe
Binary file not shown.

0 comments on commit 06944bb

Please sign in to comment.