From a2195e41da89f5785bc679e0ca9859a7567391c6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 19 Dec 2009 10:51:29 -0500 Subject: [PATCH 1/1] Increase version in preparation for next release. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3b9ac2..45f176e 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.0-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) +VERSION=pre-0.5.1-$(shell date +"%Y%m%d_%H%M%S")-$(shell hostname) # Output directory OUT=out/ -- 2.25.1