Skip to content

Commit

Permalink
b119
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Jan 26, 2022
1 parent 684b83a commit 00aab89
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions GPIReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1466,4 +1466,6 @@ private static Color ColorFromUint(uint value)
return Color.FromArgb((int)((value >> 0) & 0xFF), (int)((value >> 8) & 0xFF), (int)((value >> 16) & 0xFF));
}
}

/* See KMZRebuilder to GPIWriter */
}
Binary file modified KMZViewerForm.cs
Binary file not shown.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("22.1.24.117")]
[assembly: AssemblyFileVersion("22.1.24.117")]
[assembly: AssemblyVersion("22.1.26.119")]
[assembly: AssemblyFileVersion("22.1.26.119")]
Binary file modified bin/Debug/KMZViewer.exe
Binary file not shown.

0 comments on commit 00aab89

Please sign in to comment.