mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-25 23:06:10 +01:00
Updated version number for v2 development and removed single include (for now).
This commit is contained in:
parent
61ac34045c
commit
be0fc60c07
@ -4,7 +4,7 @@
|
||||
[![Build Status](https://travis-ci.org/philsquared/Catch.svg?branch=master)](https://travis-ci.org/philsquared/Catch)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/hrtk60hv6tw6fght/branch/master?svg=true)](https://ci.appveyor.com/project/philsquared/catch/branch/master)
|
||||
|
||||
<a href="https://github.com/philsquared/Catch/releases/download/v1.9.2/catch.hpp">The latest, single header, version can be downloaded directly using this link</a>
|
||||
<a href="https://github.com/philsquared/Catch/releases/download/v2.0.0-develop.1/catch.hpp">The latest, single header, version can be downloaded directly using this link</a>
|
||||
|
||||
## What's the Catch?
|
||||
|
||||
|
@ -38,7 +38,7 @@ namespace Catch {
|
||||
}
|
||||
|
||||
inline Version libraryVersion() {
|
||||
static Version version( 1, 9, 2, "", 0 );
|
||||
static Version version( 2, 0, 0, "develop", 1 );
|
||||
return version;
|
||||
}
|
||||
|
||||
|
11475
single_include/catch.hpp
11475
single_include/catch.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user