After release version bump for 3.4.0-git

This commit is contained in:
pancake 2019-02-26 09:01:58 +01:00
parent 9a8aa9cbc6
commit d10d5b4ae1
2 changed files with 6 additions and 6 deletions

10
configure vendored
View File

@ -121,12 +121,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='3.3.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='3.4.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-3.3.0 to adapt to many kinds of systems.
'configure' configures radare2-3.4.0-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -212,7 +212,7 @@ take_environ() {
}
show_version() {
echo "radare2-3.3.0 configuration script done with acr v1.7.2.
echo "radare2-3.4.0-git 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
@ -236,7 +236,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 3.3.0"
echo "VERSION: 3.4.0-git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0"
@ -354,7 +354,7 @@ echo "ERROR: ${CC} cannot create executables" >&2 ;
exit 1 ; fi
printf "checking for dynamic library... "
HAVE_LIB_DL=0
for OS in gnulinux linux gnu/kfreebsd syllable sunos darwin beos solaris ; do
for OS in gnulinux linux gnu/kfreebsd syllable sunos darwin beos solaris wsl ; do
if [ "${HOST_OS}" = "${OS}" ]; then
HAVE_LIB_DL=1
break;

View File

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