Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej123456789 committed Oct 4, 2024
1 parent 515cc75 commit 024ce50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ VOID example(const std::vector<std::string>& vect)
}
// Explicitly instantiate a template if `LoadDynamicLibrary()` function has to be called from extern "C" block
template int LoadDynamicLibrary<const char*>(const char* path, const char* function, const char* value);
template int LoadDynamicLibrary<const char*>(const char* path, const char* function, const char* argument);
void AddLog(std::string fmt, ...)
{
Expand Down
2 changes: 1 addition & 1 deletion windows-release/Version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.0

0 comments on commit 024ce50

Please sign in to comment.