From 3f6e7e87662b34bc542d08b7a25f289e3f88412b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Thu, 23 Aug 2007 13:38:14 +0000 Subject: [PATCH] use 0.5 for the version strings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d42e5a2..52984f12 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TOP = $(shell pwd) -VERSION = 0.6 +VERSION = 0.5 OS = $(shell uname -s) BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")