diff --git a/CHANGELOG b/CHANGELOG index 3347acb..3247043 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,7 +12,7 @@ http://wiiuse.sourceforge.net/ http://sourceforge.net/projects/wiiuse/ --------------------------- -v0.14 -- ? +v0.14 -- 2 May 2011 --------------------------- Added: - Support for redirecting or disabling messages: function diff --git a/src/wiiuse.h b/src/wiiuse.h index 47b7bff..68630f6 100644 --- a/src/wiiuse.h +++ b/src/wiiuse.h @@ -66,8 +66,8 @@ #define WIIUSE_H_INCLUDED #define WIIUSE_MAJOR 0 -#define WIIUSE_MINOR 13 -#define WIIUSE_MICRO 1 +#define WIIUSE_MINOR 14 +#define WIIUSE_MICRO 0 #ifndef WIIUSE_PLATFORM #if defined(_WIN32)