dev build 5

This commit is contained in:
Phil Nash 2017-10-12 13:06:41 +01:00
parent 927f520a97
commit 355ab78f4a
4 changed files with 488 additions and 343 deletions

View file

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