v1.5.0 (due to new embedded Clara)

This commit is contained in:
Phil Nash 2016-04-23 13:25:51 +01:00
parent 1c47fe023a
commit 0fe303b6b7
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png)
*v1.4.0*
*v1.5.0*
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)

View File

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