7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 14:41:42 +00:00

Happy New Year!

This commit is contained in:
arturo182 2023-12-31 23:12:59 +00:00
parent 751c88ef20
commit 8373786e40

View File

@ -64,7 +64,7 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf
aInfo.SetAppName( Pgm().App().GetAppName() );
/* Copyright information */
aInfo.SetCopyright( wxT( "(C) 1992-2023 KiCad Developers Team" ) );
aInfo.SetCopyright( wxT( "(C) 1992-2024 KiCad Developers Team" ) );
/* KiCad build version */
wxString version;