Skip to content

Commit 0fe303b

Browse files
committed
v1.5.0 (due to new embedded Clara)
1 parent 1c47fe0 commit 0fe303b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![catch logo](catch-logo-small.png)
22

3-
*v1.4.0*
3+
*v1.5.0*
44

55
Build status (on Travis CI) [![Build Status](https://travis-ci.org/philsquared/Catch.png)](https://travis-ci.org/philsquared/Catch)
66

include/internal/catch_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Catch {
3737
return os;
3838
}
3939

40-
Version libraryVersion( 1, 4, 0, "", 0 );
40+
Version libraryVersion( 1, 5, 0, "", 0 );
4141

4242
}
4343

0 commit comments

Comments
 (0)