From 1320dda9cb6fc7bc4588bb1e6921c28b501461fe Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 26 Aug 2019 09:40:26 -0400 Subject: [PATCH] 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. --- CMakeModules/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index 4c5ce7ffc5..24a3409583 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/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" )