Skip to content

Commit

Permalink
Release 5.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 23, 2022
1 parent 0cea6e2 commit d034b27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-extras' ; VERSION='5.6.8' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=8; VERSION_NUMBER=50608; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-extras' ; VERSION='5.8.0' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=0; VERSION_NUMBER=50800; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-extras-5.6.8 to adapt to many kinds of systems.
'configure' configures radare2-extras-5.8.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -198,10 +198,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.6.8"
echo "5.8.0"
exit 0
fi
echo "radare2-extras-5.6.8 configuration script done with acr v2.0.0.
echo "radare2-extras-5.8.0 configuration script done with acr v2.0.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -230,7 +230,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-extras"
echo "VERSION: 5.6.8"
echo "VERSION: 5.8.0"
echo "LANGS: c"
echo "OPTIONAL: libewf libyara"
echo "PKG-CONFIG: r_core libewf unicorn yara"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-extras
VERSION 5.6.8
VERSION 5.8.0
CONTACT pancake ; [email protected]

USE_PKGCONFIG!
Expand Down

0 comments on commit d034b27

Please sign in to comment.