From c5d2cb007c87db7053c26ea558a6234b3ff02b7b Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 2 Jul 2013 14:39:20 -0600 Subject: [PATCH] tweaks to prepare for 0.7 release --- README.md | 2 +- makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/' \