mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-14 14:55:14 +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)
|
TOPDIR ?= $(CURDIR)
|
||||||
include $(TOPDIR)/share/wups_rules
|
include $(TOPDIR)/share/wups_rules
|
||||||
|
|
||||||
export WUT_MAJOR := 0
|
export WUPS_MAJOR := 0
|
||||||
export WUT_MINOR := 7
|
export WUPS_MINOR := 7
|
||||||
export WUT_PATCH := 0
|
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
|
# TARGET is the name of the output
|
||||||
|
Loading…
Reference in New Issue
Block a user