This is 5.0.1-git

This commit is contained in:
pancake 2020-12-23 00:46:35 +01:00 committed by pancake
parent b9aa109424
commit a528daa9f1
2 changed files with 6 additions and 6 deletions

10
configure vendored
View File

@ -129,12 +129,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='5.0.0' ; VERSION_MAJOR=5; VERSION_MINOR=0; VERSION_PATCH=0; VERSION_NUMBER=50000; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='5.0.1-git' ; VERSION_MAJOR=5; VERSION_MINOR=0; VERSION_PATCH=1; VERSION_NUMBER=50001; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-5.0.0 to adapt to many kinds of systems.
'configure' configures radare2-5.0.1-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -234,10 +234,10 @@ ocho() {
show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.0.0"
echo "5.0.1-git"
exit 0
fi
echo "radare2-5.0.0 configuration script done with acr v1.9.8.
echo "radare2-5.0.1-git configuration script done with acr v1.9.8.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -266,7 +266,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 5.0.0"
echo "VERSION: 5.0.1-git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 5.0.0
VERSION 5.0.1-git
CONTACT pancake ; pancake@nopcode.org
LANG_C!