Begin 6.0.12 development.

Note: There should not be a 6.0.12 but we said that about 6.0.11.  We
      want to keep the 6.0 branch alive for testing builds for any
      lingering critical bugs until 7.0.0 is released.
This commit is contained in:
Wayne Stambaugh 2023-02-02 12:45:36 -05:00
parent cdf04d5582
commit 985ceb365b
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
# KiCad.
#
# Note: This version string should follow the semantic versioning system
set( KICAD_SEMANTIC_VERSION "6.0.11" )
set( KICAD_SEMANTIC_VERSION "6.0.11-unknown" )
# Default the version to the semantic version.
# This is overridden by the git repository tag though (if using git)