From c6d0c4a704eb2e273281857db44d6974cbb2ef26 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 20 Dec 2019 21:21:24 +0900 Subject: [PATCH] Release 4.1.1 - Codename 'reantull' --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index d61ba8fad0785..083e1e9b8e6e5 100755 --- a/configure +++ b/configure @@ -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='4.1.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='4.1.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -238,7 +238,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 4.1.0" +echo "VERSION: 4.1.1" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv>=1.0.0" diff --git a/configure.acr b/configure.acr index 5b7311b345675..e18fb88d54c6d 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 4.1.0 +VERSION 4.1.1 CONTACT pancake ; pancake@nopcode.org LANG_C!