From 3c6959b7de5c7a4e0d527b2952a60e7ede79d5c5 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Fri, 17 Feb 2017 15:11:08 -0500 Subject: [PATCH] Tag stable release 4.0.6 --- CMakeModules/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index 70b6163d38..a57a9c766b 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/CMakeModules/KiCadVersion.cmake @@ -34,4 +34,4 @@ # time this should be set to a value other than "no-vcs-found" is when # a source archive is created. This eliminates the need to set # KICAD_VERSION during the build configuration step. -set( KICAD_VERSION "no-vcs-found" ) +set( KICAD_VERSION "4.0.6" )