Skip to content

Commit

Permalink
Tag release version 6.0.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
stambaughw committed Jan 24, 2023
1 parent a1ff913 commit cdf04d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeModules/KiCadVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This program source code file is part of KICAD, a free EDA CAD application.
#
# Copyright (C) 2016 Wayne Stambaugh <[email protected]>
# 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
# modify it under the terms of the GNU General Public License
Expand Down Expand Up @@ -37,7 +37,7 @@
# KiCad.
#
# 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.
# This is overridden by the git repository tag though (if using git)
Expand Down

0 comments on commit cdf04d5

Please sign in to comment.