Skip to content

Commit e430cd9

Browse files
committed
chore(release): bump version to 3.8.0
1 parent a31789e commit e430cd9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_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

tests/test_version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)