Bump for development

This commit is contained in:
pancake 2013-11-11 02:07:55 +01:00
parent e578289990
commit 7036480613
4 changed files with 11 additions and 11 deletions

10
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v0.9.5
# This script was automatically generated by ACR v0.9.6
# @author: pancake <youterm.com>
# @url: http://www.nopcode.org
# @repo: hg clone http://hg.youterm.com/acr
@ -106,12 +106,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2' ; VERSION='0.9.6' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='0.9.7git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-0.9.6 to adapt to many kinds of systems.
'configure' configures radare2-0.9.7git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -190,7 +190,7 @@ take_environ() {
}
show_version() {
echo "radare2-0.9.6 configuration script done with acr v0.9.5.
echo "radare2-0.9.7git configuration script done with acr v0.9.6.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
@ -214,7 +214,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2"
echo "VERSION: 0.9.6"
echo "VERSION: 0.9.7git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"

View File

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

View File

@ -96,12 +96,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -c}
PKGNAME='radare2-bindings' ; VERSION='0.9.6' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2-bindings' ; VERSION='0.9.7git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-bindings-0.9.6 to adapt to many kinds of systems.
'configure' configures radare2-bindings-0.9.7git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -174,7 +174,7 @@ take_environ() {
}
show_version() {
echo "radare2-bindings-0.9.6 configuration script done with acr v0.9.6.
echo "radare2-bindings-0.9.7git configuration script done with acr v0.9.6.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <youterm.com>."
exit 0
@ -198,7 +198,7 @@ case $flag in
show_version ; ;;
"-r"|"--r"|"--report")
echo "PKGNAME: radare2-bindings"
echo "VERSION: 0.9.6"
echo "VERSION: 0.9.7git"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-cc=gcc --with-cxx=g++ --with-ostype=auto"

View File

@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 0.9.6
VERSION 0.9.7git
CONTACT pancake ; pancake@nopcode.org
LANG_C!