mirror of
https://github.com/wiiu-env/WiiUModuleSystem.git
synced 2026-04-25 15:58:13 -05:00
Fix version in Makefile
This commit is contained in:
parent
efee4f3f71
commit
bcc58a127c
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