Skip to content

Commit

Permalink
Update for v35
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Sep 24, 2019
1 parent 53be789 commit 044059c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)

write_basic_package_version_file(
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
VERSION 34
VERSION 35
COMPATIBILITY AnyNewerVersion)

add_library(trompeloeil INTERFACE)
Expand Down
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v35 2019-04-01

* Improvements to documentation. Thanks to:

Robert Dailey <rcdailey@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CI: [ ![Build Status](https://travis-ci.org/rollbear/trompeloeil.svg?branch=mast
https://ci.appveyor.com/project/rollbear/trompeloeil)
[![Coverage Status](https://coveralls.io/repos/rollbear/trompeloeil/badge.svg?branch=master&service=github)](https://coveralls.io/github/rollbear/trompeloeil?branch=master)

[conan.io](https://conan.io) [ ![Download](https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v34%3Astable) ](https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v34%3Astable/link)
[conan.io](https://conan.io) [ ![Download](https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v35%3Astable) ](https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v35%3Astable/link)

[![HitCount](http://hits.dwyl.io/rollbear/trompeloeil.svg)](http://hits.dwyl.io/rollbear/trompeloeil)

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

class TrompeloelConan(ConanFile):
name = "trompeloeil"
version = "v34"
version = "v35"
license = "Boost Software License - Version 1.0 - August 17th, 2003"
url = "https://github.com/rollbear/trompeloeil.git"
description = "Header only C++14 mocking framework"
Expand Down

0 comments on commit 044059c

Please sign in to comment.