Update version string

This commit is contained in:
Maschell 2022-10-09 16:36:00 +02:00
parent 9e13cdb6df
commit 9635766217

View File

@ -9,7 +9,7 @@
#include <vector>
#include <wums/defines/relocation_defines.h>
#define VERSION "v0.1.1"
#define VERSION "v0.2"
#define VERSION_FULL VERSION VERSION_EXTRA
extern StoredBuffer gStoredTVBuffer;
@ -23,4 +23,4 @@ extern std::forward_list<std::shared_ptr<PluginData>> gLoadedData;
extern std::forward_list<std::shared_ptr<PluginData>> gLoadOnNextLaunch;
extern std::mutex gLoadedDataMutex;
extern std::map<std::string, OSDynLoad_Module> gUsedRPLs;
extern std::vector<void *> gAllocatedAddresses;
extern std::vector<void *> gAllocatedAddresses;