Skip to content

Commit

Permalink
Release 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jun 8, 2022
1 parent 96b6aed commit 3e59d27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v2.0.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -109,12 +109,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-r2pipe' ; VERSION='5.4.0' ; VERSION_MAJOR=5; VERSION_MINOR=4; VERSION_PATCH=0; VERSION_NUMBER=50400; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-r2pipe' ; VERSION='5.7.0' ; VERSION_MAJOR=5; VERSION_MINOR=7; VERSION_PATCH=0; VERSION_NUMBER=50700; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.4.0"
echo "5.7.0"
exit 0
fi
echo "radare2-r2pipe-5.4.0 configuration script done with acr v1.9.8.
echo "radare2-r2pipe-5.7.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 @@ -211,7 +211,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-r2pipe"
echo "VERSION: 5.4.0"
echo "VERSION: 5.7.0"
exit 0
;;
--cache-file)
Expand Down Expand Up @@ -341,7 +341,7 @@ echo
echo "Final report:"
for A in PREFIX ; do
eval VAL="\$${A}"
[ -z "${VAL}" ] && VAL="(null)"
[ -z "${VAL}" ] && VAL="\"\""
echo " - ${A} = ${VAL}"
done
fi
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-r2pipe
VERSION 5.4.0
VERSION 5.7.0
CONTACT pancake ; [email protected]

SUBDIRS ./Makefile ;
Expand Down

0 comments on commit 3e59d27

Please sign in to comment.