Skip to content

Commit

Permalink
mkversion.sh: Update SDK version to SDK2.5.1
Browse files Browse the repository at this point in the history
Update SDK version number for next release.
  • Loading branch information
SPRESENSE committed May 11, 2022
1 parent bc0d0d8 commit 05b57be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/tools/mkversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ "X${TOPDIR}" = "X" ]; then
fi

APP_VERSION="0.0.0"
SDK_VERSION="SDK2.5.0"
SDK_VERSION="SDK2.5.1"
if [ -r sdk_version ]; then
SDK_VERSION="SDK`cat sdk_version`"
fi
Expand Down

0 comments on commit 05b57be

Please sign in to comment.