merge from upstream

This commit is contained in:
Malcolm Noyes
2013-12-18 10:57:16 +00:00
5 changed files with 49 additions and 16 deletions

View File

@@ -14,7 +14,7 @@ namespace Catch {
// These numbers are maintained by a script
template <typename T>
const T LibraryVersionInfo<T>::value( 1, 0, 19, "master" );
const T LibraryVersionInfo<T>::value( 1, 0, 20, "master" );
}
#endif // TWOBLUECUBES_CATCH_VERSION_HPP_INCLUDED