From 024ce507206af0342fe8b727d89acfddcb7a114f Mon Sep 17 00:00:00 2001 From: Andrej Bartulin Date: Fri, 4 Oct 2024 16:56:54 +0200 Subject: [PATCH] v3.2.0 --- CONTRIBUTING.md | 2 +- windows-release/Version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ff877db..1d21612 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -105,7 +105,7 @@ VOID example(const std::vector& vect) } // Explicitly instantiate a template if `LoadDynamicLibrary()` function has to be called from extern "C" block - template int LoadDynamicLibrary(const char* path, const char* function, const char* value); + template int LoadDynamicLibrary(const char* path, const char* function, const char* argument); void AddLog(std::string fmt, ...) { diff --git a/windows-release/Version.txt b/windows-release/Version.txt index 645203c..a6d5334 100644 --- a/windows-release/Version.txt +++ b/windows-release/Version.txt @@ -1 +1 @@ -3.1.2 +3.2.0