7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-19 21:01:41 +00:00

Begin version 8.0.9 development.

This commit is contained in:
Wayne Stambaugh 2025-01-11 12:25:36 -05:00
parent 19d3e041be
commit 47c3127db3

View File

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