mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-14 12:15:11 +01:00
Bump version to 0.2.1
This commit is contained in:
parent
ae488dd45c
commit
f03794e6a3
@ -15,7 +15,7 @@
|
||||
#include <cstdint>
|
||||
#include <list>
|
||||
|
||||
#define VERSION "v0.2"
|
||||
#define VERSION "v0.2.1"
|
||||
|
||||
void CallInitHooksForModule(const std::shared_ptr<ModuleData> &curModule);
|
||||
|
||||
@ -294,4 +294,4 @@ std::vector<std::shared_ptr<ModuleData>> OrderModulesByDependencies(const std::v
|
||||
}
|
||||
}
|
||||
return finalOrder;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user