From 25913f4745cb3b635d52f1aafc4d8ff2aad3988a Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 8 Jan 2019 17:14:43 +0100 Subject: [PATCH] Release 3.2.1 --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 7436009042df8..94b2690ea42b5 100755 --- a/configure +++ b/configure @@ -119,12 +119,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='3.2.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='3.2.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -233,7 +233,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 3.2.0" +echo "VERSION: 3.2.1" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv" diff --git a/configure.acr b/configure.acr index 4bf9453ed9bb1..56e4ca5e450cd 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 3.2.0 +VERSION 3.2.1 CONTACT pancake ; pancake@nopcode.org LANG_C!