Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
met0rii committed Dec 12, 2023
1 parent 8e8e416 commit 59d59f1
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.35"
#define VERSION_NUMBER "0.36"
#define printWin(a) ogame->GetTextView()->Printwin(a)
#define del(x) { delete x; x = nullptr; }
}

0 comments on commit 59d59f1

Please sign in to comment.