Skip to content

Commit

Permalink
Bump 0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Oct 2, 2012
1 parent ae239cb commit 02580de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2' ; VERSION='0.9.1git' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2' ; VERSION='0.9.2' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-0.9.1git to adapt to many kinds of systems.
'configure' configures radare2-0.9.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -192,7 +192,7 @@ take_environ() {
}

show_version() {
echo "radare2-0.9.1git configuration script done with acr v0.9.1.
echo "radare2-0.9.2 configuration script done with acr v0.9.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
Expand All @@ -216,7 +216,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2"
echo "VERSION: 0.9.1git"
echo "VERSION: 0.9.2"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.9.1git
VERSION 0.9.2
CONTACT pancake ; [email protected]

LANG_C!
Expand Down
8 changes: 4 additions & 4 deletions r2-bindings/configure
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2-bindings' ; VERSION='0.9.1git' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-bindings' ; VERSION='0.9.2' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-bindings-0.9.1git to adapt to many kinds of systems.
'configure' configures radare2-bindings-0.9.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -171,7 +171,7 @@ take_environ() {
}

show_version() {
echo "radare2-bindings-0.9.1git configuration script done with acr v0.9.1.
echo "radare2-bindings-0.9.2 configuration script done with acr v0.9.1.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
Expand All @@ -195,7 +195,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2-bindings"
echo "VERSION: 0.9.1git"
echo "VERSION: 0.9.2"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --disable-devel --with-cc=gcc --with-cxx=g++ --with-ostype=auto"
Expand Down
2 changes: 1 addition & 1 deletion r2-bindings/configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 0.9.1git
VERSION 0.9.2
CONTACT pancake ; [email protected]

LANG_C!
Expand Down

0 comments on commit 02580de

Please sign in to comment.