build v1.3.6 (include's David Grayson's fix for the gcc pragma)

This commit is contained in:
Phil Nash
2016-03-11 18:31:52 +00:00
parent c362894565
commit 02af70ed0b
3 changed files with 6 additions and 6 deletions

View File

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