Update build year to 2021

This commit is contained in:
Matt Cooley 2021-02-02 11:41:26 -08:00
commit 64501a253e

View file

@ -21,7 +21,7 @@ using namespace Windows::UI::Xaml::Controls::Primitives;
using namespace Windows::UI::Xaml::Data;
#ifndef BUILD_YEAR
#define BUILD_YEAR 2020
#define BUILD_YEAR 2021
#endif
AboutFlyout::AboutFlyout()