mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-15 15:25:16 +01:00
Bump version to 0.8.1
This commit is contained in:
parent
f871b7f228
commit
e9f5674f62
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ include $(TOPDIR)/share/wups_rules
|
||||
|
||||
export WUPS_MAJOR := 0
|
||||
export WUPS_MINOR := 8
|
||||
export WUPS_PATCH := 0
|
||||
export WUPS_PATCH := 1
|
||||
|
||||
VERSION := $(WUPS_MAJOR).$(WUPS_MINOR).$(WUPS_PATCH)
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define WUPS_VERSION_STR "0.8.0"
|
||||
#define WUPS_VERSION_STR "0.8.1"
|
||||
#define WUPS_PLUGIN_NAME(__plugin_name) \
|
||||
WUPS_META(name, __plugin_name); \
|
||||
WUPS_META(wups, WUPS_VERSION_STR); \
|
||||
|
Loading…
Reference in New Issue
Block a user