From c156bdd8af558b228bcd8ae60c83511484221a8d Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh <stambaughw@gmail.com> Date: Fri, 20 Dec 2024 16:03:43 -0500 Subject: [PATCH] Tag stable version 9.0.0 release candidate 1. --- cmake/KiCadVersion.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/KiCadVersion.cmake b/cmake/KiCadVersion.cmake index 4b17f6bf68..4a11565863 100644 --- a/cmake/KiCadVersion.cmake +++ b/cmake/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 <stambaughw@gmail.com> -# Copyright (C) 2016-2023 KiCad Developers, see AUTHORS.txt for contributors. +# Copyright (C) 2016-2023, 2024 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 "8.99.0-unknown" ) +set( KICAD_SEMANTIC_VERSION "9.0.0-rc1" ) # Default the version to the semantic version. # This is overridden by the git repository tag though (if using git)