diff --git a/README.md b/README.md index 128fe90f14..955012e9fd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Avian can currently target the following platforms: * Linux (i386, x86_64, ARM, and 32-bit PowerPC) * Windows (i386 and x86_64) - * Mac OS X (i386, x86_64 and 32-bit PowerPC) + * Mac OS X (i386 and x86_64) * Apple iOS (i386 and ARM) * FreeBSD (i386, x86_64) diff --git a/makefile b/makefile index 7bc7a19413..d2184dad25 100755 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ MAKEFLAGS = -s name = avian -version = 0.6 +version = 0.7 build-arch := $(shell uname -m \ | sed 's/^i.86$$/i386/' \