Skip to content

Commit

Permalink
Release 1.1.0 - codename preccc
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Dec 20, 2016
1 parent 3cab378 commit 28a60ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion binr/blob/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ LDFLAGS+=-ldl
endif
endif

CFLAGS=-I../../libr/include/
CFLAGS+=-I../../libr/include/
CFLAGS+=-I$(SHLR)/spp

#ifeq ($(STATIC_BUILD),1)
ifeq ($(WITHNONPIC),1)
Expand Down
2 changes: 1 addition & 1 deletion binr/rasm2/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN=rasm2
BINDEPS=r_asm r_parse r_syscall r_anal r_reg
BINDEPS+=r_flag r_cons r_lang r_util
CFLAGS+=-I../../shlr/spp
CFLAGS+=-I$(SHLR)/spp
include ../rules.mk
2 changes: 1 addition & 1 deletion sys/osx-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -n "$1" ]; then
VERSION="$1"
else
VERSION="`./configure --version| head -n 1|awk '{print $1}'|cut -d - -f 2`"
[ -z "${VERSION}" ] && VERSION=0.10.5
[ -z "${VERSION}" ] && VERSION=1.1.0
fi
[ -z "${MAKE}" ] && MAKE=make

Expand Down

0 comments on commit 28a60ba

Please sign in to comment.