From 6fc91b2ca2bb68498135260c3c6065610ca892e6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 10 Jan 2010 00:38:24 -0500 Subject: [PATCH] Prep version for next release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2aa966..5110267 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.5.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.5.2-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- 2.25.1