Skip to content

Commit 1d172eb

Browse files
committed
Bumped version to 2.4.1 + generated single header files.
1 parent ca0629e commit 1d172eb

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ARCH_INDEPENDENT option at write_basic_package_version_file requires 3.14 version of CMake.
22
cmake_minimum_required(VERSION 3.14)
33

4-
project(FakeIt VERSION 2.4.0 LANGUAGES CXX)
4+
project(FakeIt VERSION 2.4.1 LANGUAGES CXX)
55

66
option(ENABLE_TESTING "Enable build of tests." OFF)
77
option(OVERRIDE_CXX_STANDARD_FOR_TESTS "Override the C++ standard used for building tests." "")

single_header/boost/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:49.928208
5+
* Generated: 2024-10-06 20:50:22.200164
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/catch/fakeit.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:50.210014
5+
* Generated: 2024-10-06 20:50:22.219617
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/
@@ -1207,7 +1207,7 @@ namespace fakeit {
12071207
INTERNAL_CATCH_TRY { \
12081208
CATCH_INTERNAL_START_WARNINGS_SUPPRESSION \
12091209
CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \
1210-
catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage); \
1210+
catchAssertionHandler.handleMessage(resultWas, std::move(fomattedMessage)); \
12111211
CATCH_INTERNAL_STOP_WARNINGS_SUPPRESSION \
12121212
} INTERNAL_CATCH_CATCH(catchAssertionHandler) { \
12131213
catchAssertionHandler.complete(); \

single_header/cute/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:50.478194
5+
* Generated: 2024-10-06 20:50:22.238909
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/doctest/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:50.758101
5+
* Generated: 2024-10-06 20:50:22.257964
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/gtest/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:51.025153
5+
* Generated: 2024-10-06 20:50:22.277044
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/mettle/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:51.293789
5+
* Generated: 2024-10-06 20:50:22.296193
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/mstest/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:51.558480
5+
* Generated: 2024-10-06 20:50:22.315649
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/nunit/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:51.825688
5+
* Generated: 2024-10-06 20:50:22.334994
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

single_header/qtest/fakeit.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* FakeIt - A Simplified C++ Mocking Framework
44
* Copyright (c) Eran Pe'er 2013
5-
* Generated: 2023-04-17 21:28:52.091640
5+
* Generated: 2024-10-06 20:50:22.353913
66
* Distributed under the MIT License. Please refer to the LICENSE file at:
77
* https://github.com/eranpeer/FakeIt
88
*/

0 commit comments

Comments
 (0)