7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-07 17:15:31 +00:00

Tag stable version 9.0.0 release candidate 1.

This commit is contained in:
Wayne Stambaugh 2024-12-20 16:03:43 -05:00
parent 89c0664217
commit c156bdd8af

View File

@ -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)