Update copyright date in About Dialog

This commit is contained in:
Seth Hillbrand 2019-02-15 09:32:27 -08:00
parent 7b60c856e9
commit 227d6e3f9b
1 changed files with 1 additions and 1 deletions

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( "(C) 1992-2018 KiCad Developers Team" );
aInfo.SetCopyright( "(C) 1992-2019 KiCad Developers Team" );
/* KiCad build version */
wxString version;