summaryrefslogtreecommitdiff
path: root/indra/newview/ViewerInstall.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-04-07 13:56:33 +0800
committerErik Kundiman <erik@megapahit.org>2025-04-07 13:56:33 +0800
commit553a6c02472315c0f9f5a5d30c87417f2682dd95 (patch)
tree5b74e74c5d28b576a62514b5d8dfa90eb40fdfd3 /indra/newview/ViewerInstall.cmake
parentbd7bb5b429fd8450150ad6671ba56492fd57cba9 (diff)
FMOD has been upgraded from 2.02.27 to 2.02.28
Diffstat (limited to 'indra/newview/ViewerInstall.cmake')
-rw-r--r--indra/newview/ViewerInstall.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/ViewerInstall.cmake b/indra/newview/ViewerInstall.cmake
index 9292802e7c..4716cdde36 100644
--- a/indra/newview/ViewerInstall.cmake
+++ b/indra/newview/ViewerInstall.cmake
@@ -112,7 +112,7 @@ if (LINUX)
install(FILES
${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so
${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13
- ${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13.27
+ ${AUTOBUILD_INSTALL_DIR}/lib/release/libfmod.so.13.28
DESTINATION ${_LIB})
endif (USE_FMODSTUDIO)
endif (LINUX)