Skip to content

Commit

Permalink
Fix version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Nov 12, 2023
1 parent fe94e4e commit d12a577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules

export WUMS_MAJOR := 0
export WUMS_MINOR := 3
export WUMS_PATCH := 1
export WUMS_PATCH := 2

VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)

Expand Down

0 comments on commit d12a577

Please sign in to comment.