tweaks to prepare for 0.7 release

This commit is contained in:
Joel Dice 2013-07-02 14:39:20 -06:00
parent b66d8b9fbf
commit c5d2cb007c
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,7 +1,7 @@
MAKEFLAGS = -s
name = avian
version = 0.6
version = 0.7
build-arch := $(shell uname -m \
| sed 's/^i.86$$/i386/' \