Skip to content

Commit

Permalink
Release 5.3.1 (bump version to sync with r2)
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 21, 2021
1 parent 8d83be5 commit b1bafef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/macos/make-macos-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -n "$1" ]; then
VERSION="$1"
else
VERSION="`../../configure -qV`"
[ -z "${VERSION}" ] && VERSION=5.2.2
[ -z "${VERSION}" ] && VERSION=5.3.l
fi
[ -z "${MAKE}" ] && MAKE=make

Expand Down
1 change: 1 addition & 0 deletions src/org.radare.iaito.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<update_contact>pancake</update_contact>

<releases>
<release version="5.3.1" date="2021-07-21" />
<release version="5.2.2" date="2021-04-27" />
<release version="5.2.1" date="2021-04-21" />
<release version="5.2.0" date="2021-04-16" />
Expand Down

0 comments on commit b1bafef

Please sign in to comment.