Skip to content

Commit

Permalink
Release 1.0 - finally
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 9, 2016
1 parent 831f815 commit 9e8341e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions configure
Expand Up @@ -114,12 +114,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='0.99.9-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='1.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

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

show_version() {
echo "radare2-0.99.9-git configuration script done with acr v0.10.2.
echo "radare2-1.0 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 @@ -224,7 +224,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 0.99.9-git"
echo "VERSION: 1.0"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
@@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.99.9-git
VERSION 1.0
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down
4 changes: 2 additions & 2 deletions shlr/Makefile
Expand Up @@ -23,9 +23,9 @@ CS_PATCHES=0
else
CS_TAR=
CS_URL=$(GIT_PREFIX)github.com/aquynh/capstone.git
CS_UPD=20161102
CS_UPD=20161109
CS_BRA=next
CS_TIP=c36a479b45409edb2603c6a3219bb5c2fce2e793
CS_TIP=b8bc95afdd0b0ba0196ecfa2771b30bb0c55bf21
# REVERT THIS COMMIT BECAUSE ITS WRONG
CS_REV=
CS_PATCHES=1
Expand Down

0 comments on commit 9e8341e

Please sign in to comment.