feat: add version checking

This commit is contained in:
2021-11-14 15:11:44 +01:00
parent fde3a247d5
commit 11a517a41a
2 changed files with 13 additions and 36 deletions

View File

@@ -4,6 +4,8 @@
#include <ctime>
#define TD_VERSION "alpha-0.0.0"
namespace td {
namespace utils {
@@ -32,7 +34,6 @@ public:
static void removeOldFile();
private:
std::string getDownloadFileURL();
std::time_t getLocalFileTimeStamp();
};
} // namespace utils