dev build 4

- undisturbed background colour (windows), from PR #456
This commit is contained in:
Phil Nash
2015-07-06 06:22:28 +01:00
parent 18acff62d3
commit 584032dfa4
3 changed files with 11 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 2, 1, "develop", 3 );
Version libraryVersion( 1, 2, 1, "develop", 4 );
}