From 3f5d3fa0c628567a944aa56a5d0fd03ac7809cf7 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Thu, 9 Mar 2023 16:59:45 -0500 Subject: [PATCH] Tag release version 7.0.1. --- cmake/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index ad9d3e4fd3..5f049eb9c0 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-unknown" ) +set( KICAD_SEMANTIC_VERSION "7.0.1" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)