From 064ba4519a1fc20e6d25110b5bdf8758ca015b4c Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Sun, 8 Jun 2008 15:51:11 -0600 Subject: [PATCH] update version number to 0.1 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 63954a932f..0308a916b5 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ MAKEFLAGS = -s name = avian -version = 0.0.1 +version = 0.1 build-arch = $(shell uname -m) ifeq ($(build-arch),i586)