Release 3.9.0 - Carxofes

This commit is contained in:
pancake 2019-09-17 15:31:23 +02:00
parent 44f8070e11
commit 2afe613741
3 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@
--pancake
```
| | |
| Service | Badge |
|----------|---------------------------------------------------------------------|
| **TravisCI** | [![Build Status](https://travis-ci.org/radare/radare2.svg?branch=master)](https://travis-ci.org/radare/radare2)|
| **AppVeyor** | [![Build Status](https://ci.appveyor.com/api/projects/status/v9bxvsb1p6c3cmf9/branch/master?svg=true)](https://ci.appveyor.com/project/radare/radare2-shvdd)|

8
configure vendored
View File

@ -122,12 +122,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='3.8.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='3.9.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-3.8.0 to adapt to many kinds of systems.
'configure' configures radare2-3.9.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -214,7 +214,7 @@ take_environ() {
}
show_version() {
echo "radare2-3.8.0 configuration script done with acr v1.7.2.
echo "radare2-3.9.0 configuration script done with acr v1.7.2.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -238,7 +238,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 3.8.0"
echo "VERSION: 3.9.0"
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 3.8.0
VERSION 3.9.0
CONTACT pancake ; pancake@nopcode.org
LANG_C!