Skip to content

Commit

Permalink
Bumped version to 2.4.0 + generated single header files.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranckRJ committed Apr 17, 2023
1 parent fb021b1 commit 69100ec
Show file tree
Hide file tree
Showing 12 changed files with 2,294 additions and 852 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ARCH_INDEPENDENT option at write_basic_package_version_file requires 3.14 version of CMake.
cmake_minimum_required(VERSION 3.14)

project(FakeIt VERSION 2.3.2 LANGUAGES CXX)
project(FakeIt VERSION 2.4.0 LANGUAGES CXX)

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

0 comments on commit 69100ec

Please sign in to comment.