Skip to content

Commit

Permalink
Release 5.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 5, 2024
1 parent 49a9165 commit 4d944cc
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 @@ -114,12 +114,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.9.0' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=0; VERSION_NUMBER=50900; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-extras' ; VERSION='5.9.6' ; VERSION_MAJOR=5; VERSION_MINOR=9; VERSION_PATCH=6; VERSION_NUMBER=50906; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.9.0"
echo "5.9.6"
exit 0
fi
echo "radare2-extras-5.9.0 configuration script done with acr v2.1.4.
echo "radare2-extras-5.9.6 configuration script done with acr v2.1.4.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -233,7 +233,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-extras"
echo "VERSION: 5.9.0"
echo "VERSION: 5.9.6"
echo "AUTHOR: pancake"
echo "EMAIL: [email protected]"
echo "LANGS: c"
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.9.0
VERSION 5.9.6
CONTACT pancake ; [email protected]

USE_PKGCONFIG!
Expand Down

0 comments on commit 4d944cc

Please sign in to comment.