Bump for 0.9.9-git

This commit is contained in:
pancake 2014-11-11 15:05:31 +01:00
parent de5919e1ca
commit a8023c7b6f
3 changed files with 5 additions and 6 deletions

8
configure vendored
View File

@ -116,12 +116,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2' ; VERSION='0.9.8' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='0.9.9-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-0.9.8 to adapt to many kinds of systems.
'configure' configures radare2-0.9.9-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -204,7 +204,7 @@ take_environ() {
}
show_version() {
echo "radare2-0.9.8 configuration script done with acr v0.9.9.
echo "radare2-0.9.9-git configuration script done with acr v0.9.9.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
@ -228,7 +228,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 0.9.8"
echo "VERSION: 0.9.9-git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.9.8
VERSION 0.9.9-git
CONTACT pancake ; pancake@nopcode.org
LANG_C!

View File

@ -13,7 +13,6 @@ LIBAR=librz.a
all: $(LIBAR)
$(LIBAR): zip/libr_zip.a
echo PENE
${CC_AR} zlib/*.o zip/*.o
zip/libr_zip.a: zlib/libr_z.a