Happy New Year!
This commit is contained in:
parent
751c88ef20
commit
8373786e40
|
@ -64,7 +64,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( wxT( "(C) 1992-2023 KiCad Developers Team" ) );
|
aInfo.SetCopyright( wxT( "(C) 1992-2024 KiCad Developers Team" ) );
|
||||||
|
|
||||||
/* KiCad build version */
|
/* KiCad build version */
|
||||||
wxString version;
|
wxString version;
|
||||||
|
|
Loading…
Reference in New Issue