mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-14 07:39:13 +01:00
Bump plugin version to 0.8.2
This commit is contained in:
parent
6fa6b3fc7d
commit
6c7937613a
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ include $(TOPDIR)/share/wups_rules
|
||||
|
||||
export WUPS_MAJOR := 0
|
||||
export WUPS_MINOR := 8
|
||||
export WUPS_PATCH := 1
|
||||
export WUPS_PATCH := 2
|
||||
|
||||
VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WUPS_VERSION_STR "0.8.1"
|
||||
#define WUPS_VERSION_STR "0.8.2"
|
||||
#define WUPS_PLUGIN_NAME(__plugin_name) \
|
||||
WUPS_META(name, __plugin_name); \
|
||||
WUPS_META(wups, WUPS_VERSION_STR); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user