diff --git a/indra/newview/VIEWER_VERSION.txt b/indra/newview/VIEWER_VERSION.txt
index 9fe9ff9d996b339374d1d060c6195ce7dbd53be7..21c8c7b46b8993bd95ff730695cad0d26e4239f3 100644
--- a/indra/newview/VIEWER_VERSION.txt
+++ b/indra/newview/VIEWER_VERSION.txt
@@ -1 +1 @@
-7.0.1
+7.1.1
diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp
index e39a885b496d7d169f634bf85a6d5c70f8977f65..cfb39b80349a6ac18dca79b8229a12e0cecce251 100644
--- a/indra/newview/llpanelface.cpp
+++ b/indra/newview/llpanelface.cpp
@@ -1927,6 +1927,7 @@ void LLPanelFace::updateUIGLTF(LLViewerObject* objectp, bool& has_pbr_material,
         if (objectp->isAttachment())
         {
             pbr_ctrl->setImmediateFilterPermMask(PERM_COPY | PERM_TRANSFER | PERM_MODIFY);
+            pbr_ctrl->setDnDFilterPermMask(PERM_COPY | PERM_TRANSFER | PERM_MODIFY);
         }
         else
         {