Store the wums version in the correct meta tag

This commit is contained in:
Maschell 2023-01-06 15:09:06 +01:00
parent eea542e424
commit 42a0ef7472
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ extern "C" {
#define WUMS_MODULE_EXPORT_NAME(x) \
WUMS_META(export_name, x); \
WUMS_META(wum, "0.3.1"); \
WUMS_META(wums, "0.3.1"); \
WUMS_USE_WUT_MALLOC(); \
WUMS_USE_WUT_SOCKETS(); \
WUMS_USE_WUT_NEWLIB(); \