From 12bffd5faaf366d559e56319242c018e7c96a1ea Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 26 Mar 2010 21:32:15 -0400 Subject: Update version to 0.6.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe0c1cee..7d487da5 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # This file may be distributed under the terms of the GNU LGPLv3 license. # Program version -VERSION=pre-0.5.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.6.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- cgit