KiCadVersion.cmake: fix Kicad version id to 6.0.0, used when git is not available to calculate this version id
This commit is contained in:
parent
460d1f2a15
commit
7508f02de5
|
@ -2,7 +2,7 @@
|
||||||
# This program source code file is part of KICAD, a free EDA CAD application.
|
# This program source code file is part of KICAD, a free EDA CAD application.
|
||||||
#
|
#
|
||||||
# Copyright (C) 2016 Wayne Stambaugh <stambaughw@gmail.com>
|
# Copyright (C) 2016 Wayne Stambaugh <stambaughw@gmail.com>
|
||||||
# Copyright (C) 2016 - 2018 KiCad Developers, see AUTHORS.txt for contributors.
|
# Copyright (C) 2016 - 2019 KiCad Developers, see AUTHORS.txt for contributors.
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or
|
# This program is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public License
|
# modify it under the terms of the GNU General Public License
|
||||||
|
@ -35,4 +35,4 @@
|
||||||
# be set after each version tag is added to the git repo. This will
|
# 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
|
# give developers a reasonable idea where which branch was used to build
|
||||||
# KiCad.
|
# KiCad.
|
||||||
set( KICAD_VERSION "5.1.0-unknown" )
|
set( KICAD_VERSION "6.0.0-unknown" )
|
||||||
|
|
Loading…
Reference in New Issue