mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-13 06:15:11 +01:00
Fix version in Makefile
This commit is contained in:
parent
19d6ca3165
commit
66f48504d3
8
Makefile
8
Makefile
@ -1,11 +1,11 @@
|
||||
TOPDIR ?= $(CURDIR)
|
||||
include $(TOPDIR)/share/wups_rules
|
||||
|
||||
export WUT_MAJOR := 0
|
||||
export WUT_MINOR := 7
|
||||
export WUT_PATCH := 0
|
||||
export WUPS_MAJOR := 0
|
||||
export WUPS_MINOR := 7
|
||||
export WUPS_PATCH := 1
|
||||
|
||||
VERSION := $(WUT_MAJOR).$(WUT_MINOR).$(WUT_PATCH)
|
||||
VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# TARGET is the name of the output
|
||||
|
Loading…
Reference in New Issue
Block a user