Skip to content

Commit

Permalink
Release 0.10.6 codename: Sleepy Autumn
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Sep 27, 2016
1 parent 0315479 commit 4580011
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-extras' ; VERSION='0.10.6-git' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2-extras' ; VERSION='0.10.6' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
echo "radare2-extras-0.10.6-git configuration script done with acr v0.10.2.
echo "radare2-extras-0.10.6 configuration script done with acr v0.10.2.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -200,7 +200,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-extras"
echo "VERSION: 0.10.6-git"
echo "VERSION: 0.10.6"
echo "LANGS: c"
echo "OPTIONAL: libewf"
echo "PKG-CONFIG: r_core libewf unicorn yara"
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-extras
VERSION 0.10.6-git
VERSION 0.10.6
CONTACT pancake ; [email protected]

REPORT PREFIX ;
Expand Down

0 comments on commit 4580011

Please sign in to comment.