From d034b2769acad4de46685867b8768971fb81bae3 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 23 Dec 2022 11:32:45 +0100 Subject: [PATCH] Release 5.8.0 --- configure | 10 +++++----- configure.acr | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 6ab0dd5c3..834c6e0ce 100755 --- a/configure +++ b/configure @@ -111,12 +111,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2-extras' ; VERSION='5.6.8' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=8; VERSION_NUMBER=50608; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2-extras' ; VERSION='5.8.0' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=0; VERSION_NUMBER=50800; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -230,7 +230,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2-extras" -echo "VERSION: 5.6.8" +echo "VERSION: 5.8.0" echo "LANGS: c" echo "OPTIONAL: libewf libyara" echo "PKG-CONFIG: r_core libewf unicorn yara" diff --git a/configure.acr b/configure.acr index 149c9bf89..7811a224b 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2-extras -VERSION 5.6.8 +VERSION 5.8.0 CONTACT pancake ; pancake@nopcode.org USE_PKGCONFIG!