From ec99e10b31684b146a3ecd1deeec5493395b8e26 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Tue, 31 Oct 2023 16:27:24 -0400 Subject: [PATCH] Tag stable version 7.0.9 release candidate 2. --- cmake/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index 815c8b0dd9..3a27a9b9c4 100644 --- a/cmake/KiCadVersion.cmake +++ b/cmake/KiCadVersion.cmake @@ -37,7 +37,7 @@ # KiCad. # # Note: This version string should follow the semantic versioning system -set( KICAD_SEMANTIC_VERSION "7.0.8-unknown" ) +set( KICAD_SEMANTIC_VERSION "7.0.9-rc2" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)