Skip to content

Commit

Permalink
Dev build 3
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Aug 30, 2017
1 parent 4dcdcc0 commit fc495ba
Show file tree
Hide file tree
Showing 4 changed files with 416 additions and 277 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class CatchConan(ConanFile):
name = "Catch"
version = "2.0.0-develop.2"
version = "2.0.0-develop.3"
description = "A modern, C++-native, header-only, framework for unit-tests, TDD and BDD"
author = "philsquared"
generators = "cmake"
Expand Down
2 changes: 1 addition & 1 deletion include/internal/catch_version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Catch {
}

Version const& libraryVersion() {
static Version version( 2, 0, 0, "develop", 2 );
static Version version( 2, 0, 0, "develop", 3 );
return version;
}

Expand Down
Loading

0 comments on commit fc495ba

Please sign in to comment.