···2727//! Minor version of the API.
2828#define MND_API_VERSION_MINOR 5
2929//! Patch version of the API.
3030-#define MND_API_VERSION_PATCH 0
3030+#define MND_API_VERSION_PATCH 1
31313232/*!
3333 * Result codes for operations, negative are errors, zero or positives are
···4747 //! Supported in version 1.3 and above.
4848 MND_ERROR_INVALID_OPERATION = -7,
4949 //! Supported in version 1.5 and above.
5050- MND_ERROR_UNSUPPORTED_OPERATION = -7,
5050+ MND_ERROR_UNSUPPORTED_OPERATION = -8,
5151} mnd_result_t;
52525353/*!