Fixing the year string to show a 4-digit year instead of 3-digit
This commit is contained in:
Владислав Сухов 2020-09-09 16:10:54 +06:00 committed by jeefo
commit 76a4647e8b

View file

@ -37,7 +37,7 @@ public:
public: public:
const StringRef name { "YaPB" }; const StringRef name { "YaPB" };
const StringRef year { __DATE__ + 8 }; const StringRef year { __DATE__ + 7 };
const StringRef author { "YaPB Development Team" }; const StringRef author { "YaPB Development Team" };
const StringRef email { "team@yapb.ru" }; const StringRef email { "team@yapb.ru" };
const StringRef url { "https://yapb.ru/" }; const StringRef url { "https://yapb.ru/" };