From b453df6acc6742d709bd238cd9cd63ede2534b1b Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 3 Dec 2018 22:53:25 +0100 Subject: [PATCH] Release 3.1.2 --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 9d11125f4d..ef242a8184 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.1.1' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='3.1.2' ; 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.1.1" +echo "VERSION: 3.1.2" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv" diff --git a/configure.acr b/configure.acr index c0506ecafa..aa68a968dd 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 3.1.1 +VERSION 3.1.2 CONTACT pancake ; pancake@nopcode.org LANG_C!