More update for internal loop handling.

This commit is contained in:
soukoku
2014-04-14 19:51:36 -04:00
parent d8512f7706
commit 3ae070e3a3
5 changed files with 44 additions and 36 deletions

View File

@@ -12,8 +12,8 @@ namespace NTwain
class _NTwainVersionInfo
{
// keep this same in majors releases
public const string Release = "0.10.0.0";
public const string Release = "0.11.0.0";
// change this for each nuget release
public const string Build = "0.10.2";
public const string Build = "0.11.0";
}
}