aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-05-04 15:30:41 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-05-04 15:30:41 -0700
commit85b5e8b63b77f40026092feb7d388a7e2c5cfd87 (patch)
tree836a00d2e2c9e46d1d47c1bc24b63095edad2e06 /Makefile
parent745d63a844a3fcd1f497a1bcbc69ac8212d091b1 (diff)
Bump version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d18b901c5..389b614f29 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ E = @echo
Q = @
endif
-VERSION = 0.7.0.0
+VERSION = 0.8.0.0
CPPFLAGS_NO_ARCH += $(addprefix -I, $(INCLUDES)) $(addprefix -D, $(DEFINES))
CPPFLAGS += $(CPPFLAGS_NO_ARCH) $(ARCH_FLAGS)