Skip to content

Commit

Permalink
version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Franisz committed Jul 22, 2022
1 parent b5b828c commit 6a479b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zUtilities/Const.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace GOTHIC_ENGINE {
#define PLUGIN_NAME "ZUTILITIES"
#define VERSION_NUMBER "0.27"
#define VERSION_NUMBER "0.28"
#define printWin(a) ogame->GetTextView()->Printwin(a)
#define del(x) { delete x; x = nullptr; }
}

0 comments on commit 6a479b7

Please sign in to comment.