Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Jul 9, 2018
1 parent 8b99e57 commit e55c4fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions configure
Expand Up @@ -103,12 +103,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-bindings' ; VERSION='2.6.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2-bindings' ; VERSION='2.7.0' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

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

show_version() {
echo "radare2-bindings-2.6.0 configuration script done with acr v1.6.2.
echo "radare2-bindings-2.7.0 configuration script done with acr v1.6.2.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand All @@ -205,7 +205,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-bindings"
echo "VERSION: 2.6.0"
echo "VERSION: 2.7.0"
echo "LANGS: c c++"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-ostype=auto"
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
@@ -1,5 +1,5 @@
PKGNAME radare2-bindings
VERSION 2.6.0
VERSION 2.7.0
CONTACT pancake ; pancake@nopcode.org

LANG_C!
Expand Down
3 changes: 1 addition & 2 deletions vapi/r_anal.vapi
@@ -1,4 +1,4 @@
/* radare - LGPL - Copyright 2010-2017 - pancake */
/* radare - LGPL - Copyright 2010-2018 - pancake */

/* this vapi is broken as shit... we need to rename some stuff here ..
if we can just avoid to use cname CCode attribute... */
Expand All @@ -10,7 +10,6 @@ namespace Radare {
public class RAnal {
public int bits;
public bool big_endian;
public bool split;
public void *user;
public RList<Function> fcns;
// public RList<VarType> vartypes;
Expand Down
1 change: 0 additions & 1 deletion vapi/r_cons.vapi
Expand Up @@ -32,7 +32,6 @@ namespace Radare {
public static bool is_html;
public static int lines;
public static bool echo;
public bool breaked;
public static int fix_rows;
public static int fix_columns;
public static int fdout;
Expand Down
2 changes: 1 addition & 1 deletion vapi/r_debug.vapi
Expand Up @@ -59,7 +59,7 @@ public class Radare.RDebug {
public bool map_dealloc (RDebug.Map map);
//public RList<RDebug.Map> map_list_new ();
//public void map_list_free (RList<RDebug.Map> maps);
public void map_list (uint64 addr, bool rad);
// public void map_list (uint64 addr, bool rad);
public RDebug.Map map_get (uint64 addr);
public RDebug.Map map_alloc (uint64 addr, int size);
public bool map_sync ();
Expand Down

0 comments on commit e55c4fb

Please sign in to comment.