diff --git a/source/globals.h b/source/globals.h index a6d0b03..786634b 100644 --- a/source/globals.h +++ b/source/globals.h @@ -9,7 +9,7 @@ #include #include -#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> gLoadedData; extern std::forward_list> gLoadOnNextLaunch; extern std::mutex gLoadedDataMutex; extern std::map gUsedRPLs; -extern std::vector gAllocatedAddresses; \ No newline at end of file +extern std::vector gAllocatedAddresses;