Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ extern "C" {
#endif

// Version of the library
#define VERSION "1.3.0"
#define VERSION "1.4.0"

// .NET 2005 C++ wants structures that are passed as function parameters to be declared
// as public. .NET 2003 and native C pukes on that. C++ Interop doesn't seem to care.
Expand Down
Loading