Tag release version 6.0.11.

This commit is contained in:
Wayne Stambaugh 2023-01-24 13:23:10 -05:00
parent a1ff9134f4
commit cdf04d5582
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# This program source code file is part of KICAD, a free EDA CAD application. # 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 Wayne Stambaugh <stambaughw@gmail.com>
# Copyright (C) 2016-2022 KiCad Developers, see AUTHORS.txt for contributors. # Copyright (C) 2016-2023 KiCad Developers, see AUTHORS.txt for contributors.
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License
@ -37,7 +37,7 @@
# KiCad. # KiCad.
# #
# Note: This version string should follow the semantic versioning system # Note: This version string should follow the semantic versioning system
set( KICAD_SEMANTIC_VERSION "6.0.10-unknown" ) set( KICAD_SEMANTIC_VERSION "6.0.11" )
# Default the version to the semantic version. # Default the version to the semantic version.
# This is overridden by the git repository tag though (if using git) # This is overridden by the git repository tag though (if using git)