diff --git a/MacOSX/codecs/include/mikmod.h b/MacOSX/codecs/include/mikmod.h index 0fc10c2f..90c3c2c2 100644 --- a/MacOSX/codecs/include/mikmod.h +++ b/MacOSX/codecs/include/mikmod.h @@ -68,7 +68,7 @@ extern "C" { #define LIBMIKMOD_VERSION_MAJOR 3L #define LIBMIKMOD_VERSION_MINOR 3L -#define LIBMIKMOD_REVISION 3L +#define LIBMIKMOD_REVISION 4L #define LIBMIKMOD_VERSION \ ((LIBMIKMOD_VERSION_MAJOR<<16)| \ diff --git a/MacOSX/codecs/include/mikmod_config.txt b/MacOSX/codecs/include/mikmod_config.txt index 04e8c948..9e8a86a7 100644 --- a/MacOSX/codecs/include/mikmod_config.txt +++ b/MacOSX/codecs/include/mikmod_config.txt @@ -1,4 +1,4 @@ -libmikmod-3.3.3 +libmikmod-3.3.4 only the "nosound" driver (drv_nos) is included, all of the other libmikmod drivers were made "MISSING" drivers. we only need/register/use drv_nos here and nothing else. diff --git a/MacOSX/codecs/lib/libmikmod.dylib b/MacOSX/codecs/lib/libmikmod.dylib index fec12f64..634e7243 100755 Binary files a/MacOSX/codecs/lib/libmikmod.dylib and b/MacOSX/codecs/lib/libmikmod.dylib differ diff --git a/Windows/codecs/include/mikmod.h b/Windows/codecs/include/mikmod.h index 0fc10c2f..90c3c2c2 100644 --- a/Windows/codecs/include/mikmod.h +++ b/Windows/codecs/include/mikmod.h @@ -68,7 +68,7 @@ extern "C" { #define LIBMIKMOD_VERSION_MAJOR 3L #define LIBMIKMOD_VERSION_MINOR 3L -#define LIBMIKMOD_REVISION 3L +#define LIBMIKMOD_REVISION 4L #define LIBMIKMOD_VERSION \ ((LIBMIKMOD_VERSION_MAJOR<<16)| \ diff --git a/Windows/codecs/include/mikmod_config.txt b/Windows/codecs/include/mikmod_config.txt index 04e8c948..9e8a86a7 100644 --- a/Windows/codecs/include/mikmod_config.txt +++ b/Windows/codecs/include/mikmod_config.txt @@ -1,4 +1,4 @@ -libmikmod-3.3.3 +libmikmod-3.3.4 only the "nosound" driver (drv_nos) is included, all of the other libmikmod drivers were made "MISSING" drivers. we only need/register/use drv_nos here and nothing else. diff --git a/Windows/codecs/x64/libmikmod-3.dll b/Windows/codecs/x64/libmikmod-3.dll index 36557aa2..4341b0ff 100644 Binary files a/Windows/codecs/x64/libmikmod-3.dll and b/Windows/codecs/x64/libmikmod-3.dll differ diff --git a/Windows/codecs/x86/libmikmod-3.dll b/Windows/codecs/x86/libmikmod-3.dll index a165d1d4..00419cd9 100644 Binary files a/Windows/codecs/x86/libmikmod-3.dll and b/Windows/codecs/x86/libmikmod-3.dll differ