v1.8.1 release

This commit is contained in:
Phil Nash 2017-03-01 16:04:44 +00:00
parent 673ec550f5
commit c6535a080e
3 changed files with 11 additions and 12 deletions

View file

@ -37,7 +37,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 8, 0, "", 0 );
Version libraryVersion( 1, 8, 1, "", 0 );
}