From dbf0150cec5c57034c74c34dd077b908d9cab2f4 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 14 Feb 2024 10:39:41 -0500 Subject: [PATCH] Tag stable version 7.0.11 release candidate 3. --- cmake/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index 351ce316e2..8478796167 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.11~rc2" ) +set( KICAD_SEMANTIC_VERSION "7.0.11~rc3" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)