From 74eef52644102c662976b9b86fbaaafd927d9b4c Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 24 Jul 2015 08:13:52 +0100 Subject: [PATCH] dev build 10 --- README.md | 2 +- include/internal/catch_version.hpp | 2 +- single_include/catch.hpp | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2144029a..4a9df385 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/include/internal/catch_version.hpp b/include/internal/catch_version.hpp index d9e59ea7..f4272a88 100644 --- a/include/internal/catch_version.hpp +++ b/include/internal/catch_version.hpp @@ -37,7 +37,7 @@ namespace Catch { return os; } - Version libraryVersion( 1, 2, 1, "develop", 9 ); + Version libraryVersion( 1, 2, 1, "develop", 10 ); } diff --git a/single_include/catch.hpp b/single_include/catch.hpp index 3645a672..ccfdde11 100644 --- a/single_include/catch.hpp +++ b/single_include/catch.hpp @@ -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 ); }