WUMS 0.3 - store up to 50000 function symbols inside the global module struct

This commit is contained in:
Maschell
2021-12-07 17:45:38 +01:00
parent fd21c46d8c
commit 5da3dd5a77
2 changed files with 14 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ TOPDIR ?= $(CURDIR)
include $(TOPDIR)/share/wums_rules
export WUMS_MAJOR := 0
export WUMS_MINOR := 2
export WUMS_PATCH := 1
export WUMS_MINOR := 3
export WUMS_PATCH := 0
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)