From 50034aaa9bcc99275431ebb0721a0ca104346786 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 25 Jan 2023 11:00:08 -0500 Subject: [PATCH] Update KiCad version file to 7.0.0-rc2. --- cmake/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index e826e67ed3..184bb30d0b 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.0-rc1-unknown" ) +set( KICAD_SEMANTIC_VERSION "7.0.0-rc2" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)