Remove patch component from profile version

This commit is contained in:
Alexander Bock
2020-06-20 22:14:10 +02:00
parent 5e6489419e
commit a367148b1d
46 changed files with 42 additions and 1479 deletions
-1
View File
@@ -50,7 +50,6 @@ public:
struct Version {
int major = 0;
int minor = 0;
int patch = 0;
};
struct Module {
std::string name;