Bump version for git and ios builds

This commit is contained in:
pancake 2016-02-20 22:16:28 +01:00
parent f3f8a350c9
commit 35e6a4d958
5 changed files with 7 additions and 9 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} -m 755 -c}
PKGNAME='radare2' ; VERSION='0.10.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='0.10.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-0.10.0 to adapt to many kinds of systems.
'configure' configures radare2-0.10.0-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -204,7 +204,7 @@ take_environ() {
}
show_version() {
echo "radare2-0.10.0 configuration script done with acr v0.9.9.
echo "radare2-0.10.0-git configuration script done with acr v0.9.9.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -228,7 +228,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 0.10.0"
echo "VERSION: 0.10.0-git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"

View File

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

View File

@ -150,7 +150,7 @@ R_API int r_mem_set_num (ut8 *dest, int dest_size, ut64 num, int endian) {
/* XXX TODO check and use system endian */
// TODO: rename to r_mem_swap() */
R_API void r_mem_copyendian (ut8 *dest, const ut8 *orig, int size, int endian) {
R_API void r_mem_copyendian(ut8 *dest, const ut8 *orig, int size, int endian) {
ut8 buffer[8];
if (endian) {
if (dest != orig)

View File

@ -1,5 +1,4 @@
PACKAGE=radare2-dev
VERSION=0.10.0
ARCH=iphoneos-arm
SECTION=user/shell
DEPENDS=radare2

View File

@ -1,9 +1,8 @@
PACKAGE=radare2
VERSION=0.10.0
ARCH=iphoneos-arm
SECTION=user/shell
PRIORITY=optional
MAINTAINER=pancake <pancake@nopcode.org>
# override version
# VERSION=... get version from config-user
include ../../../config-user.mk