Begin 6.0.11 development.

Note: there should not be a 6.0.11 but 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 2022-12-26 13:51:17 -05:00
parent f5b592e38c
commit 45e15f2394
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.10" )
set( KICAD_SEMANTIC_VERSION "6.0.10-unknown" )
# Default the version to the semantic version.
# This is overridden by the git repository tag though (if using git)