parent
72fad815a3
commit
d880606e72
|
@ -63,7 +63,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
|
||||||
aInfo.SetAppName( Pgm().App().GetAppName() );
|
aInfo.SetAppName( Pgm().App().GetAppName() );
|
||||||
|
|
||||||
/* Copyright information */
|
/* Copyright information */
|
||||||
aInfo.SetCopyright( "(C) 1992-2020 KiCad Developers Team" );
|
aInfo.SetCopyright( "(C) 1992-2021 KiCad Developers Team" );
|
||||||
|
|
||||||
/* KiCad build version */
|
/* KiCad build version */
|
||||||
wxString version;
|
wxString version;
|
||||||
|
|
Loading…
Reference in New Issue