Skip to content

Commit

Permalink
Release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Apr 11, 2016
1 parent 6c9797f commit 6faf4fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-bindings' ; VERSION='0.10.1' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-bindings' ; VERSION='0.10.2' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
echo "radare2-bindings-0.10.1 configuration script done with acr v0.10.0.
echo "radare2-bindings-0.10.2 configuration script done with acr v0.10.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -202,7 +202,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-bindings"
echo "VERSION: 0.10.1"
echo "VERSION: 0.10.2"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-ostype=auto"
Expand Down Expand Up @@ -330,8 +330,8 @@ else
done
unset IFS
fi
if [ -n "${FIND}" ]; then
echo ${FIND};
if [ -n "${FIND}" ]; then
echo ${FIND};
HAVE_VALABIND=1
VALABIND=${FIND}
else
Expand All @@ -352,8 +352,8 @@ else
done
unset IFS
fi
if [ -n "${FIND}" ]; then
echo ${FIND};
if [ -n "${FIND}" ]; then
echo ${FIND};
HAVE_SWIG=1
SWIG=${FIND}
else
Expand All @@ -374,8 +374,8 @@ else
done
unset IFS
fi
if [ -n "${FIND}" ]; then
echo ${FIND};
if [ -n "${FIND}" ]; then
echo ${FIND};
HAVE_GIRCOMPILER=1
GIRCOMPILER=${FIND}
else
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-bindings
VERSION 0.10.1
VERSION 0.10.2
CONTACT pancake ; [email protected]

LANG_C!
Expand Down

0 comments on commit 6faf4fc

Please sign in to comment.