From e7f940d27b3b4eb2738afef78a6ea09ed770318c Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 5 Mar 2020 19:45:09 +0100 Subject: [PATCH] Release 4.3.1 --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 2fb2b79b55963..eda093be58758 100755 --- a/configure +++ b/configure @@ -123,12 +123,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='4.3.0' ; VERSION_MAJOR=4; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=40300; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='4.3.1' ; VERSION_MAJOR=4; VERSION_MINOR=3; VERSION_PATCH=1; VERSION_NUMBER=40301; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -240,7 +240,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 4.3.0" +echo "VERSION: 4.3.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 4cd25493bde48..c958561ec641e 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 4.3.0 +VERSION 4.3.1 CONTACT pancake ; pancake@nopcode.org LANG_C!