From 2afe613741d07f35a5d80bc4e2dade2113ae6a74 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 17 Sep 2019 15:31:23 +0200 Subject: [PATCH] Release 3.9.0 - Carxofes --- README.md | 2 +- configure | 8 ++++---- configure.acr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f996d68322..eeea27fb00 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ --pancake ``` -| | | +| Service | Badge | |----------|---------------------------------------------------------------------| | **TravisCI** | [![Build Status](https://travis-ci.org/radare/radare2.svg?branch=master)](https://travis-ci.org/radare/radare2)| | **AppVeyor** | [![Build Status](https://ci.appveyor.com/api/projects/status/v9bxvsb1p6c3cmf9/branch/master?svg=true)](https://ci.appveyor.com/project/radare/radare2-shvdd)| diff --git a/configure b/configure index 5674589b4a..01c247f3eb 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='3.8.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='3.9.0' ; 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: 3.8.0" +echo "VERSION: 3.9.0" 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 8de0ae9eed..9629ab9742 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 3.8.0 +VERSION 3.9.0 CONTACT pancake ; pancake@nopcode.org LANG_C!