Skip to content

Commit

Permalink
Unrealscript Debugger: Set proper version number to align with repo tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgamerz committed May 29, 2024
1 parent 24b5552 commit c7718e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UnrealscriptDebugger/UnrealscriptDebugger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define SLHHOOK "UnrealscriptDebugger_"


SPI_PLUGINSIDE_SUPPORT(L"UnrealscriptDebugger", L"SirCxyrtyx", L"0.1.0", SPI_GAME_LE1, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_SUPPORT(L"UnrealscriptDebugger", L"SirCxyrtyx", L"3.0.0", SPI_GAME_LE1, SPI_VERSION_LATEST);
SPI_PLUGINSIDE_POSTLOAD;
SPI_PLUGINSIDE_ASYNCATTACH;

Expand Down

0 comments on commit c7718e0

Please sign in to comment.