Skip to content

Commit

Permalink
Merge branch 'michael-mason-tiff-format-patch' into dev
Browse files Browse the repository at this point in the history
Former-commit-id: 4be4605dc50160df301a738c410ed02515a9bcb0
  • Loading branch information
JimBobSquarePants committed Sep 4, 2014
2 parents ef21a55 + 6de1239 commit 48e4262
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/ImageProcessor/Imaging/Formats/TiffFormat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public override byte[][] FileHeaders
{
return new[]
{
new byte[] { 73, 73, 42 },
new byte[] { 77, 77, 42 }
new byte[] { 73, 73, 42, 0 },
new byte[] { 77, 77, 0, 42 }
};
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/ImageProcessor/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit 48e4262

Please sign in to comment.