From 9fb05440b3ef3073613ecdeba6112aeb6b26c4df Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 15 Nov 2021 21:33:46 -0500 Subject: [PATCH] Tag 6.0.0 release candidate 1. --- CMakeModules/KiCadVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index be6607e470..77b08be1f3 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/CMakeModules/KiCadVersion.cmake @@ -2,7 +2,7 @@ # This program source code file is part of KICAD, a free EDA CAD application. # # Copyright (C) 2016 Wayne Stambaugh -# Copyright (C) 2016-2020 KiCad Developers, see AUTHORS.txt for contributors. +# Copyright (C) 2016-2021 KiCad Developers, see AUTHORS.txt for contributors. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -37,7 +37,7 @@ # KiCad. # # Note: This version string should follow the semantic versioning system -set( KICAD_SEMANTIC_VERSION "5.99.0-unknown" ) +set( KICAD_SEMANTIC_VERSION "6.0.0-rc1" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)