From 631f6d53d370b185175a59dcbc76478234a3f21b Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Fri, 14 Jul 2017 15:17:29 -0400 Subject: [PATCH] Tag stable release 4.0.7 --- CMakeModules/KiCadVersion.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index 70b6163d38..8d02afb621 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.7" )