Dev build 2

This commit is contained in:
Phil Nash
2017-08-18 15:58:00 +01:00
parent 3bc03cd617
commit 5d6c1f4dd0
4 changed files with 75 additions and 64 deletions

View File

@ -4,7 +4,7 @@ from conans import ConanFile
class CatchConan(ConanFile):
name = "Catch"
version = "2.0.0-develop.1"
version = "2.0.0-develop.2"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
author = "philsquared"
generators = "cmake"