Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 26, 2018
1 parent b84cbd5 commit c033496
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 @@ -119,12 +119,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='3.1.0-git' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
PKGNAME='radare2' ; VERSION='3.1.0' ; CONTACT_MAIL="[email protected]" ; CONTACT_NAME="pancake" ; CONTACT="pancake <[email protected]>" ;
}

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

show_version() {
echo "radare2-3.1.0-git configuration script done with acr v1.7.0.
echo "radare2-3.1.0 configuration script done with acr v1.7.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -233,7 +233,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 3.1.0-git"
echo "VERSION: 3.1.0"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic libz libzip libxxhash libssl liblibuv"
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 3.1.0-git
VERSION 3.1.0
CONTACT pancake ; [email protected]

LANG_C!
Expand Down

3 comments on commit c033496

@gordboy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you ask @mikelloc to provide amd64 deb versions for releases in future.

I know this is not really the place to ask, but there is no other way of passing on the message, given that github has no PM facility, and there are no contact links on his web page.

@radare
Copy link
Collaborator Author

@radare radare commented on c033496 Nov 29, 2018 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gordboy
Copy link
Contributor

@gordboy gordboy commented on c033496 Dec 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK thanks.

Please sign in to comment.