Skip to content

Commit b255129

Browse files
authored
Update CMakeLists.txt
1 parent 6851294 commit b255129

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 59)
9+
set(ENZYME_PATCH_VERSION 61)
1010
set(ENZYME_VERSION
1111
${ENZYME_MAJOR_VERSION}.${ENZYME_MINOR_VERSION}.${ENZYME_PATCH_VERSION})
1212

0 commit comments

Comments
 (0)