From 5da68339ecf44677b8f4f115cdf3cb1da46a9f6c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 8 Jan 2010 23:49:31 -0500 Subject: [PATCH] Update version to 0.5.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c33647e..c2aa966 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.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=0.5.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- 2.25.1