Ver código fonte

RTX5: update library fetch script to get the latest libraries

Robert Rostohar 3 anos atrás
pai
commit
124dfbc382
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      CMSIS/RTOS2/RTX/Library/fetch_libs.sh

+ 1 - 1
CMSIS/RTOS2/RTX/Library/fetch_libs.sh

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VERSION=5.5.3
+VERSION=5.5.4
 if [ -z "$JENKINS_FAMILY_ENV" ]; then
     ARTIFACTORY_URL=https://artifactory.eu02.arm.com:443/artifactory/mcu.promoted
 else