Fix mouse format unsupported and incorrect version string

This commit is contained in:
loki
2020-04-01 14:33:05 +02:00
parent 3d595ce927
commit 4de547228c
3 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ constexpr auto PORT_HTTP = 47989;
constexpr auto PORT_HTTPS = 47984;
constexpr auto VERSION = "7.1.400.0";
constexpr auto GFE_VERSION = "2.0.0.1";
constexpr auto GFE_VERSION = "3.12.0.1";
namespace fs = std::filesystem;
namespace pt = boost::property_tree;