Skip to content

Commit eac6409

Browse files
committed
Bump cmake version
1 parent 8be573d commit eac6409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enzyme/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include(CMakePackageConfigHelpers)
66

77
set(ENZYME_MAJOR_VERSION 0)
88
set(ENZYME_MINOR_VERSION 0)
9-
set(ENZYME_PATCH_VERSION 21)
9+
set(ENZYME_PATCH_VERSION 24)
1010
set(ENZYME_VERSION
1111
${ENZYME_MAJOR_VERSION}.${ENZYME_MINOR_VERSION}.${ENZYME_PATCH_VERSION})
1212

0 commit comments

Comments
 (0)