Bump Version

This commit is contained in:
Maschell 2023-03-28 20:20:52 +02:00
parent fa3292fa28
commit 214369da29
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#include <memory>
#include <vector>
#define MODULE_VERSION "v0.2"
#define MODULE_VERSION "v0.2.1"
#define MODULE_VERSION_FULL MODULE_VERSION MODULE_VERSION_EXTRA
#define JUMP_HEAP_DATA_SIZE (32 * 1024)
@ -17,4 +17,4 @@ extern std::mutex gPatchedFunctionsMutex;
extern std::vector<std::shared_ptr<PatchedFunctionData>> gPatchedFunctions;
extern void *(*gMEMAllocFromDefaultHeapExForThreads)(uint32_t size, int align);
extern void (*gMEMFreeToDefaultHeapForThreads)(void *ptr);
extern void (*gMEMFreeToDefaultHeapForThreads)(void *ptr);