dev build 10

This commit is contained in:
Phil Nash 2015-07-24 08:13:52 +01:00
parent e085d4811a
commit 74eef52644
3 changed files with 5 additions and 5 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

@ -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 );
}