* Bump revision to 0.6.9

- release will not happen until 0.7
  - scheduled for March
This commit is contained in:
pancake 2011-02-03 01:07:51 +01:00
parent fdd8ed6bc1
commit d726234886
2 changed files with 5 additions and 5 deletions

8
configure vendored
View File

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

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 0.6.1
VERSION 0.6.9
CONTACT pancake ; pancake@nopcode.org
LANG_C!