aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-05-18 10:18:07 -0700
committerGravatar Yang Gao <yangg@google.com>2015-05-18 10:18:07 -0700
commite120d4f7e88d54f448f5dde50dd438ea10e67f05 (patch)
tree30499c4f8700fcb094565a1e04aa2c9b475487ee /Makefile
parentb57f72dbeeffee0bdb3f39f470f048a23bdb6a08 (diff)
bump minor version to 9
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 74e3d1c249..34a5d57171 100644
--- a/Makefile
+++ b/Makefile
@@ -308,7 +308,7 @@ E = @echo
Q = @
endif
-VERSION = 0.8.0.0
+VERSION = 0.9.0.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)