mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2024-11-15 22:45:12 +01:00
Fix version in Makefile
This commit is contained in:
parent
541fc00a8d
commit
501ef2d595
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ include $(TOPDIR)/share/wums_rules
|
|||||||
|
|
||||||
export WUMS_MAJOR := 0
|
export WUMS_MAJOR := 0
|
||||||
export WUMS_MINOR := 3
|
export WUMS_MINOR := 3
|
||||||
export WUMS_PATCH := 1
|
export WUMS_PATCH := 2
|
||||||
|
|
||||||
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)
|
VERSION := $(WUMS_MAJOR).$(WUMS_MINOR).$(WUMS_PATCH)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user