From 09062fd4ef7fdd16d4013ee5a9c2494ef1167875 Mon Sep 17 00:00:00 2001 From: pancake Date: Tue, 6 Dec 2011 03:03:50 +0100 Subject: [PATCH] * Bump to 0.9.1hg --- 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 7c2c3235d3..fa1d9df6b6 100755 --- a/configure +++ b/configure @@ -104,12 +104,12 @@ done : ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -c} - PKGNAME='radare2' ; VERSION='0.9' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -199,7 +199,7 @@ case $flag in show_version ; ;; "-r"|"--r"|"--report") echo "PKGNAME: radare2" -echo "VERSION: 0.9" +echo "VERSION: 0.9.1hg" echo "LANGS: c" echo "REQUIRED: libdl" echo "OPTIONAL: libmagic" diff --git a/configure.acr b/configure.acr index 68f21d16c7..d64dbd916a 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2 -VERSION 0.9 +VERSION 0.9.1hg CONTACT pancake ; pancake@nopcode.org LANG_C! diff --git a/r2-bindings/configure b/r2-bindings/configure index 8dffabfc70..34595856fb 100755 --- a/r2-bindings/configure +++ b/r2-bindings/configure @@ -96,12 +96,12 @@ done : ${INSTALL_PROGRAM:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -c} - PKGNAME='radare2-bindings' ; VERSION='0.9' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='radare2-bindings' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -187,7 +187,7 @@ case $flag in show_version ; ;; "-r"|"--r"|"--report") echo "PKGNAME: radare2-bindings" -echo "VERSION: 0.9" +echo "VERSION: 0.9.1hg" echo "LANGS: c c++" echo "PKG-CONFIG: r_core" echo "FLAGS: --enable-devel --with-cc=gcc --with-cxx=g++ --with-ostype=auto" diff --git a/r2-bindings/configure.acr b/r2-bindings/configure.acr index 24e0d2e2a3..328b5312b9 100644 --- a/r2-bindings/configure.acr +++ b/r2-bindings/configure.acr @@ -1,5 +1,5 @@ PKGNAME radare2-bindings -VERSION 0.9 +VERSION 0.9.1hg CONTACT pancake ; pancake@nopcode.org LANG_C!