* Bump to 0.9.1hg

This commit is contained in:
pancake 2011-12-06 03:03:50 +01:00
parent 8f87315cc9
commit 09062fd4ef
4 changed files with 10 additions and 10 deletions

8
configure vendored
View File

@ -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 <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-0.9 to adapt to many kinds of systems.
'configure' configures radare2-0.9.1hg to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -181,7 +181,7 @@ take_environ() {
}
show_version() {
echo "radare2-0.9 configuration script done with acr v0.8.6.
echo "radare2-0.9.1hg configuration script done with acr v0.8.6.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
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"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.9
VERSION 0.9.1hg
CONTACT pancake ; pancake@nopcode.org
LANG_C!

View File

@ -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 <pancake@nopcode.org>" ;
PKGNAME='radare2-bindings' ; VERSION='0.9.1hg' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-bindings-0.9 to adapt to many kinds of systems.
'configure' configures radare2-bindings-0.9.1hg to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -169,7 +169,7 @@ take_environ() {
}
show_version() {
echo "radare2-bindings-0.9 configuration script done with acr v0.8.6.
echo "radare2-bindings-0.9.1hg configuration script done with acr v0.8.6.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
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"

View File

@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 0.9
VERSION 0.9.1hg
CONTACT pancake ; pancake@nopcode.org
LANG_C!