Skip to content

Commit

Permalink
Fix version history in documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Dec 18, 2023
1 parent 99ea162 commit f281cda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/Doxygen/gen_doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

DIRNAME=$(dirname "$(readlink -f "$0")")
GENDIR=../html
Expand Down
1 change: 1 addition & 0 deletions Documentation/Doxygen/view.dxy.in
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,7 @@ WARN_LOGFILE =

INPUT = ./src/mainpage.md \
./src/history.md \
./src/history.txt \
./src/event_recorder.md \
./src/ev_stat.md \
./src/eventlist.md \
Expand Down
2 changes: 1 addition & 1 deletion gen_pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -o pipefail
# Set version of gen pack library
# For available versions see https://github.com/Open-CMSIS-Pack/gen-pack/tags.
# Use the tag name without the prefix "v", e.g., 0.7.0
REQUIRED_GEN_PACK_LIB="0.9.0"
REQUIRED_GEN_PACK_LIB="0.9.1"

# Set default command line arguments
DEFAULT_ARGS=(-c "pack/")
Expand Down

0 comments on commit f281cda

Please sign in to comment.