diff --git a/Installers/Windows/MonoGame.nsi b/Installers/Windows/MonoGame.nsi index 53bde33414f..dffdbcaf01d 100644 --- a/Installers/Windows/MonoGame.nsi +++ b/Installers/Windows/MonoGame.nsi @@ -88,7 +88,7 @@ Section "MonoGame Core Components" CoreComponents ;No components page, name is n File /nonfatal '..\..\ThirdParty\Libs\NAudio\*.txt' File '..\..\Tools\2MGFX\bin\Release\*.exe' - File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\PVRTexLibWrapper.dll' + File '..\..\ThirdParty\Libs\ManagedPVRTC\x86\pvrtc.dll' File /oname=libmojoshader.dll '..\..\ThirdParty\Libs\libmojoshader_32.dll' File '..\..\ThirdParty\Libs\lame_enc.dll' diff --git a/Installers/default.build b/Installers/default.build index 44b87c108da..61b51ac05ac 100644 --- a/Installers/default.build +++ b/Installers/default.build @@ -11,7 +11,7 @@ !define FrameworkPath "${project::get-base-directory()}" -!define VERSION "3.0" +!define VERSION "3.2" !define REVISION "0.0" diff --git a/MonoGame.ContentPipeline/ContentProcessors/MonoGameContentProcessors.csproj b/MonoGame.ContentPipeline/ContentProcessors/MonoGameContentProcessors.csproj index f1607e305bf..cb0a5cb44bf 100644 --- a/MonoGame.ContentPipeline/ContentProcessors/MonoGameContentProcessors.csproj +++ b/MonoGame.ContentPipeline/ContentProcessors/MonoGameContentProcessors.csproj @@ -185,8 +185,8 @@ - - PVRTexLibWrapper.dll + + pvrtc.dll PreserveNewest diff --git a/MonoGame.Framework.Content.Pipeline/MonoGame.Framework.Content.Pipeline.Windows.csproj b/MonoGame.Framework.Content.Pipeline/MonoGame.Framework.Content.Pipeline.Windows.csproj index b4423e5f667..5f171cde69e 100644 --- a/MonoGame.Framework.Content.Pipeline/MonoGame.Framework.Content.Pipeline.Windows.csproj +++ b/MonoGame.Framework.Content.Pipeline/MonoGame.Framework.Content.Pipeline.Windows.csproj @@ -317,14 +317,14 @@ - - Dependencies\x64\PVRTexLibWrapper.dll + + Dependencies\x64\pvrtc.dll PreserveNewest - - Dependencies\x86\PVRTexLibWrapper.dll + + Dependencies\x86\pvrtc.dll PreserveNewest diff --git a/ThirdParty/Libs b/ThirdParty/Libs index 6b3ed4b50bf..cf771830b1f 160000 --- a/ThirdParty/Libs +++ b/ThirdParty/Libs @@ -1 +1 @@ -Subproject commit 6b3ed4b50bf13e2e7f4eedd19911d15bd8556b8b +Subproject commit cf771830b1f438de22d850585b148a7848e4a451