Change version number to 1.2.7.2.

This commit is contained in:
Mark Adler
2013-04-13 08:08:57 -07:00
parent 0b16609409
commit 8a93f49c86
24 changed files with 51 additions and 48 deletions

View File

@@ -1,5 +1,5 @@
//
// <EFBFBD> Copyright Henrik Ravn 2004
// © Copyright Henrik Ravn 2004
//
// Use, modification and distribution are subject to the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -156,7 +156,7 @@ namespace DotZLibTests
public void Info_Version()
{
Info info = new Info();
Assert.AreEqual("1.2.7.1", Info.Version);
Assert.AreEqual("1.2.7.2", Info.Version);
Assert.AreEqual(32, info.SizeOfUInt);
Assert.AreEqual(32, info.SizeOfULong);
Assert.AreEqual(32, info.SizeOfPointer);