Former-commit-id: c659f0734df6f076022b6f711e7e33f6233feeee
@ -29,8 +29,8 @@ namespace ImageProcessor.Imaging.Formats
{
return new[]
new byte[] { 73, 73, 42 },
new byte[] { 77, 77, 42 }
new byte[] { 73, 73, 42, 0 },
new byte[] { 77, 77, 0, 42 }
};
}
@ -41,4 +41,4 @@ using System.Runtime.InteropServices;
// 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")]