From 59c1029e200967314d6f50b4834ca9dd0c2f9bf3 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Thu, 25 Feb 2021 11:56:14 +0100 Subject: [PATCH] install_deps: bump USD version to 21.02. Should have been part of D10367/rBa923a34de19c, but for some reasons it did not make it into final commit... Re T85365. --- build_files/build_environment/install_deps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 1cff996e924..259a0bd0c33 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -526,10 +526,10 @@ ALEMBIC_FORCE_BUILD=false ALEMBIC_FORCE_REBUILD=false ALEMBIC_SKIP=false -USD_VERSION="20.08" -USD_VERSION_SHORT="20.08" +USD_VERSION="21.02" +USD_VERSION_SHORT="21.02" USD_VERSION_MIN="20.05" -USD_VERSION_MAX="21.00" +USD_VERSION_MAX="22.00" USD_FORCE_BUILD=false USD_FORCE_REBUILD=false USD_SKIP=false