Skip to content

Commit 08ab53a

Browse files
committed
Use gen_pack lib 0.11.0
1 parent 36e5314 commit 08ab53a

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
@@ -13,7 +13,7 @@ set -o pipefail
1313
# Set version of gen pack library
1414
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
1515
# Use the tag name without the prefix "v", e.g., 0.7.0
16-
REQUIRED_GEN_PACK_LIB="0.11.2"
16+
REQUIRED_GEN_PACK_LIB="0.11.0"
1717

1818
DIRNAME=$(dirname "$(readlink -f "$0")")
1919
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.11.2"
12+
REQUIRED_GEN_PACK_LIB="0.11.0"
1313

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

0 commit comments

Comments
 (0)