We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
10.0.0-rc2+driver
1 parent df1b259 commit 6685163Copy full SHA for 6685163
1 file changed
cmake/modules/driver.cmake
@@ -35,9 +35,9 @@ else()
35
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
36
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
37
if(NOT DRIVER_VERSION)
38
- set(DRIVER_VERSION "10.0.0-rc1+driver")
+ set(DRIVER_VERSION "10.0.0-rc2+driver")
39
set(DRIVER_CHECKSUM
40
- "SHA256=23621ee8fe5697d5d2e9339b2b9675587d5bd3016a9fc183ba6d5cc62e83e7ae"
+ "SHA256=b6567574b4b8fbb672c2dbeab26b98b0add173ead1f00b6fb30ab6ddb0bdb73a"
41
)
42
endif()
43
0 commit comments