Skip to content

Commit

Permalink
dev build 5
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Oct 12, 2017
1 parent 927f520 commit 355ab78
Show file tree
Hide file tree
Showing 4 changed files with 486 additions and 341 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Expand Up @@ -4,7 +4,7 @@

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"
Expand Down
2 changes: 1 addition & 1 deletion include/internal/catch_version.cpp
Expand Up @@ -37,7 +37,7 @@ namespace Catch {
}

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

Expand Down

0 comments on commit 355ab78

Please sign in to comment.