Skip to content

Commit ad98f97

Browse files
committed
Bump gen-pack version
1 parent 8c774bb commit ad98f97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/Doxygen/gen_doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ set -o pipefail
1515
# Set version of gen pack library
1616
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1717
# Use the tag name without the prefix "v", e.g., 0.7.0
18-
REQUIRED_GEN_PACK_LIB="0.9.1"
18+
REQUIRED_GEN_PACK_LIB="0.11.1"
1919

2020
DIRNAME=$(dirname "$(readlink -f "$0")")
2121
GENDIR=../html

gen_pack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -o pipefail
99
# Set version of gen pack library
1010
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1111
# Use the tag name without the prefix "v", e.g., 0.7.0
12-
REQUIRED_GEN_PACK_LIB="0.9.1"
12+
REQUIRED_GEN_PACK_LIB="0.11.1"
1313

1414
# Set default command line arguments
1515
DEFAULT_ARGS=(-c "v")

0 commit comments

Comments
 (0)