aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Julien Boeuf <jboeuf@google.com>2015-05-29 20:24:14 -0700
committerGravatar Julien Boeuf <jboeuf@google.com>2015-05-29 20:24:14 -0700
commitf4547404be6e610089d80d179582dbd7729a8816 (patch)
treecb8578669e7ffec1b3e147cc08cb2ffafb4e597a /Makefile
parentf720bc5428562f9d08e4c96bb32187a7f9162514 (diff)
parent5242c1e22a18f09f25737fd67732805cf55be751 (diff)
Merge branch 'master' of github.com:grpc/grpc into server_auth_context
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55e85737f2..bc448675a6 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ E = @echo
Q = @
endif
-VERSION = 0.9.0.0
+VERSION = 0.9.1.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)