diff --git a/CMakeModules/KiCadVersion.cmake b/CMakeModules/KiCadVersion.cmake index ff80330235..4c5ce7ffc5 100644 --- a/CMakeModules/KiCadVersion.cmake +++ b/CMakeModules/KiCadVersion.cmake @@ -1,8 +1,8 @@ # # This program source code file is part of KICAD, a free EDA CAD application. # -# Copyright (C) 2016 Wayne Stambaugh -# Copyright (C) 2016 - 2018 KiCad Developers, see AUTHORS.txt for contributors. +# Copyright (C) 2016 Wayne Stambaugh +# Copyright (C) 2016 - 2019 KiCad Developers, see AUTHORS.txt for contributors. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -29,10 +29,10 @@ # releases is a shooting offense. # # This file gets included in the WriteVersionHeader.cmake file to set -# the default KiCad version when the source is provided in an archive -# file or git is not available on the build system. When KiCad is -# cloned using git, the git version is used. This version string should -# 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 "5.1.0-unknown" ) +# the default KiCad version when the source is provided in an archive +# file or git is not available on the build system. When KiCad is +# cloned using git, the git version is used. This version string should +# 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" )