Browse Source

Set version string to 5.99.0

This will sync the git tag for this commit.  This should help prevent
confusion for users who were thinking that 5.0.0-r#####-g######## was
an older version than the 5.1 branch.
pull/15/head 5.99.0
Wayne Stambaugh 6 years ago
parent
commit
1320dda9cb
  1. 2
      CMakeModules/KiCadVersion.cmake

2
CMakeModules/KiCadVersion.cmake

@ -35,4 +35,4 @@
# be set after each version tag is added to the git repo. This will
# give developers a reasonable idea where which branch was used to build
# KiCad.
set( KICAD_VERSION "6.0.0-unknown" )
set( KICAD_VERSION "5.99.0-unknown" )
Loading…
Cancel
Save