From 020ec96c58e81645a0d935faf0b1a9f8710ef5b6 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 30 Apr 2021 14:26:17 +0100 Subject: [PATCH] cmake: Bump version to 0.9.4. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39174fe..9dad199 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project (drmingw) set (CPACK_PACKAGE_VERSION_MAJOR "0") set (CPACK_PACKAGE_VERSION_MINOR "9") -set (CPACK_PACKAGE_VERSION_PATCH "3") +set (CPACK_PACKAGE_VERSION_PATCH "4") option (ENABLE_COVERAGE "Enable code coverage." OFF)