From b29f91cc1569c31a96e7e20541e9f35c1c762cd0 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Fri, 28 Oct 2022 16:51:23 -0400 Subject: [PATCH] Tag release version 6.0.9. --- CMakeModules/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index c8139190eba..69502277056 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/CMakeModules/KiCadVersion.cmake @@ -37,7 +37,7 @@ # KiCad. # # Note: This version string should follow the semantic versioning system -set( KICAD_SEMANTIC_VERSION "6.0.8-unknown" ) +set( KICAD_SEMANTIC_VERSION "6.0.9" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)