Compare commits

...

2 Commits

Author SHA1 Message Date
Phil Nash
74eef52644 dev build 10 2015-07-24 08:13:52 +01:00
Phil Nash
e085d4811a Qualified path to xmlwriter to fix travis error 2015-07-24 08:13:07 +01:00
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
![catch logo](catch-logo-small.png)
*v1.2.1-develop.9*
*v1.2.1-develop.10*
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, 2, 1, "develop", 9 );
Version libraryVersion( 1, 2, 1, "develop", 10 );
}

View File

@@ -7,7 +7,7 @@
*/
#include "catch.hpp"
#include "catch_xmlwriter.hpp"
#include "internal/catch_xmlwriter.hpp"
#include <iostream>

View File

@@ -1,6 +1,6 @@
/*
* Catch v1.2.1-develop.9
* Generated: 2015-07-23 23:06:03.575257
* Catch v1.2.1-develop.10
* Generated: 2015-07-24 08:13:33.830879
* ----------------------------------------------------------
* This file has been merged from multiple headers. Please don't edit it directly
* Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved.
@@ -6942,7 +6942,7 @@ namespace Catch {
return os;
}
Version libraryVersion( 1, 2, 1, "develop", 9 );
Version libraryVersion( 1, 2, 1, "develop", 10 );
}