From fd27df8af09fa008edbc3e97f11e41f990870be0 Mon Sep 17 00:00:00 2001 From: pancake Date: Sun, 10 Nov 2013 23:40:39 +0100 Subject: [PATCH] Bump 0.9.6 --- configure | 8 ++++---- configure.acr | 2 +- r2-bindings/configure | 8 ++++---- r2-bindings/configure.acr | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index c6343aa35712d..80451ea8093d3 100755 --- a/configure +++ b/configure @@ -106,12 +106,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -c} - PKGNAME='radare2' ; VERSION='0.9.5git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='0.9.6' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -214,7 +214,7 @@ case $flag in show_version ; ;; "-r"|"--r"|"--report") echo "PKGNAME: radare2" -echo "VERSION: 0.9.5git" +echo "VERSION: 0.9.6" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic" diff --git a/configure.acr b/configure.acr index f19c7042e411f..f281fbd8c8e0d 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 0.9.5git +VERSION 0.9.6 CONTACT pancake ; pancake@nopcode.org LANG_C! diff --git a/r2-bindings/configure b/r2-bindings/configure index e7d8fb956c85f..e8774d6f5c8b4 100755 --- a/r2-bindings/configure +++ b/r2-bindings/configure @@ -96,12 +96,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -c} - PKGNAME='radare2-bindings' ; VERSION='0.9.5git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2-bindings' ; VERSION='0.9.6' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -198,7 +198,7 @@ case $flag in show_version ; ;; "-r"|"--r"|"--report") echo "PKGNAME: radare2-bindings" -echo "VERSION: 0.9.5git" +echo "VERSION: 0.9.6" echo "LANGS: c c++" echo "PKG-CONFIG: r_core" echo "FLAGS: --with-cc=gcc --with-cxx=g++ --with-ostype=auto" diff --git a/r2-bindings/configure.acr b/r2-bindings/configure.acr index fee4219056780..bdee828a54353 100644 --- a/r2-bindings/configure.acr +++ b/r2-bindings/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2-bindings -VERSION 0.9.5git +VERSION 0.9.6 CONTACT pancake ; pancake@nopcode.org LANG_C!