From ba285410780c79f39c81dd6f81c521045ba1afa4 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 28 Mar 2010 13:53:40 -0400 Subject: [PATCH] Prep version for next release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d487da..90d7072 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=0.6.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.6.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- 2.39.5