From dcef21676d8ceddfcb51a374290243decd4ddf5c Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Wed, 5 Jul 2023 08:03:53 -0400 Subject: [PATCH] Begin version 7.0.7 development. --- cmake/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index 057a7d8613..cc69976237 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.6" ) +set( KICAD_SEMANTIC_VERSION "7.0.6-unknown" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)