File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.25 )
22
3- project (DetourModKit VERSION 3.7 .0 LANGUAGES CXX )
3+ project (DetourModKit VERSION 3.8 .0 LANGUAGES CXX )
44
55# GNUInstallDirs defines CMAKE_INSTALL_LIBDIR / BINDIR / INCLUDEDIR / DOCDIR. It must be included before any
66# install() rule reads those variables; otherwise they expand to empty and components land at the install-prefix
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ namespace
1313 // version bump must touch in this file. Every other case below is relational so it tracks the macros
1414 // automatically. The release workflow separately guards that CMakeLists.txt project(VERSION) matches the tag.
1515 EXPECT_EQ (DMK_VERSION_MAJOR , 3 );
16- EXPECT_EQ (DMK_VERSION_MINOR , 7 );
16+ EXPECT_EQ (DMK_VERSION_MINOR , 8 );
1717 EXPECT_EQ (DMK_VERSION_PATCH , 0 );
1818 }
1919
You can’t perform that action at this time.
0 commit comments