Bump version.

This commit is contained in:
SET
2020-11-03 11:17:10 +01:00
parent 7f8af95d3a
commit 980b172c96

View File

@@ -17,7 +17,7 @@ using namespace std;
#define TR(sk) WString::tr(sk)
const WString _APPNAME_("K7");
const WString _APPVERSION_("1");
const WString _APPVERSION_("2");
const WString _SPACE_(" ");
const WString _COLON_(":");
const WString _BRACKET_OPEN_("(");