mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 05:59:24 +00:00
Updated conan files to use version number
This commit is contained in:
parent
581aaae57e
commit
e6ffbb732a
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from conans import ConanFile
|
|||
|
||||
class CatchConan(ConanFile):
|
||||
name = "Catch"
|
||||
version = "1.9.6"
|
||||
version = "2.0.0-develop.1"
|
||||
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
|
||||
author = "philsquared"
|
||||
generators = "cmake"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue