From 4791574278eaa50560b20081882e8bbefe56bb70 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 30 Jan 2017 10:23:28 +0100 Subject: [PATCH] Release 1.2.0 - Codename HopeBells --- configure | 8 ++++---- configure.acr | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 31567f11402e7..b6bd89901ff98 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='1.2.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='1.2.0' ; 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: 1.2.0-git" +echo "VERSION: 1.2.0" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic" diff --git a/configure.acr b/configure.acr index fe2c113693450..adc7bc7895589 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 1.2.0-git +VERSION 1.2.0 CONTACT pancake ; pancake@nopcode.org LANG_C!