From 626d8472d9d4c6f07c4acb570fd73c11ed505188 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 27 Aug 2007 14:19:47 +0000 Subject: [PATCH] update Makefile version to 0.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2724d4a..fdd73ef9 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TOP = $(shell pwd) -VERSION = 0.5 +VERSION = 0.5.1 OS = $(shell uname -s) BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")