From 5a9127d2599c8ff61d8544be7d4c9384402e94a3 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 19 Feb 2019 13:35:24 +0100 Subject: [PATCH] Release r2-3.3.0 --- configure | 16 +++++++--------- configure.acr | 2 +- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 6098ee3c13..1837fb0751 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #!/bin/sh -# This script was automatically generated by ACR v1.7.1 +# This script was automatically generated by ACR v1.7.2 # @author: pancake # @url: http://www.nopcode.org # @repo: git clone https://github.com/radare/acr @@ -80,9 +80,7 @@ if [ -e "${VPATH}/config.guess" ]; then fi CPU="`uname -m|sed -e 's, ,,g'|cut -d - -f 1`" OS="`uname -s|tr A-Z a-z`" -if uname -a | grep -qE "(Microsoft|WSL)"; then - OS="wsl" -fi +uname -r | grep -qE "(Microsoft|WSL)" 2>/dev/null && OS="wsl" GNU="`uname --help 2>&1 | grep gnu`" [ "${GNU}" ] && OS="${OS}-gnu" [ "${CPU}" = ppc ] && CPU="powerpc" @@ -123,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-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='3.3.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -238,7 +236,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 3.3.0-git" +echo "VERSION: 3.3.0" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0" @@ -356,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 wsl ; do +for OS in gnulinux linux gnu/kfreebsd syllable sunos darwin beos solaris ; do if [ "${HOST_OS}" = "${OS}" ]; then HAVE_LIB_DL=1 break; diff --git a/configure.acr b/configure.acr index 7f83370fdf..570d33150d 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 3.3.0-git +VERSION 3.3.0 CONTACT pancake ; pancake@nopcode.org LANG_C!