Skip to content

Commit b2374ec

Browse files
committed
Update for v32
1 parent f6cb976 commit b2374ec

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(CheckCXXCompilerFlag)
88

99
write_basic_package_version_file(
1010
"${CMAKE_CURRENT_BINARY_DIR}/trompeloeil/trompeloeil-config-version.cmake"
11-
VERSION 31
11+
VERSION 32
1212
COMPATIBILITY AnyNewerVersion)
1313

1414
if (CXX_STANDARD MATCHES "11")

ChangeLog

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
v32 2018-07-23
2+
13
* Fix issue #95: check_errors.sh typo and detect failure in Travis
24

35
* Update unit test framework to Catch 2.2.3.
46

57
* Fix documentation of sanitize flags
68

7-
* Enable destructor override warning in self_test build for Clang 5.0 or later
9+
* Enable destructor override warning in self_test build for Clang 5.0
10+
or later
811

912
* Update unit test framework to Catch 2.2.1.
1013

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CI: [ ![Build Status](https://travis-ci.org/rollbear/trompeloeil.svg?branch=mast
88
https://ci.appveyor.com/project/rollbear/trompeloeil)
99
[![Coverage Status](https://coveralls.io/repos/rollbear/trompeloeil/badge.svg?branch=master&service=github)](https://coveralls.io/github/rollbear/trompeloeil?branch=master)
1010

11-
[conan.io](https://conan.io) [ ![Download](https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v31%3Astable) ](https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v31%3Astable/link)
11+
[conan.io](https://conan.io) [ ![Download](https://api.bintray.com/packages/trompeloeil/trompeloeil/trompeloeil%3Arollbear/images/download.svg?version=v32%3Astable) ](https://bintray.com/trompeloeil/trompeloeil/trompeloeil%3Arollbear/v32%3Astable/link)
1212

1313

1414
> *trompe l'oeil* noun (Concise Encyclopedia)

conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
class TrompeloelConan(ConanFile):
1818
name = "trompeloeil"
19-
version = "v31"
19+
version = "v32"
2020
license = "Boost Software License - Version 1.0 - August 17th, 2003"
2121
url = "https://github.com/rollbear/trompeloeil.git"
2222
description = "Header only C++14 mocking framework"

0 commit comments

Comments
 (0)