From eb53c4273060f69880776499c5bfe353df52c5ad Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 27 Sep 2016 03:02:17 +0200 Subject: [PATCH] Release 0.10.6 - codename: Sleepy Autumn --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 515a594d82..2581921ea0 100755 --- a/configure +++ b/configure @@ -114,12 +114,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='radare2' ; VERSION='0.10.6-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='0.10.6' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -224,7 +224,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: radare2" -echo "VERSION: 0.10.6-git" +echo "VERSION: 0.10.6" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic" diff --git a/configure.acr b/configure.acr index b77736b80e..deb0685359 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 0.10.6-git +VERSION 0.10.6 CONTACT pancake ; pancake@nopcode.org LANG_C!